Skip to content

Commit

Permalink
thermal/drivers/hisi: Use the correct HiSilicon copyright
Browse files Browse the repository at this point in the history
s/Hisilicon/HiSilicon/g.
It should use capital S, according to
https://www.hisilicon.com/en/terms-of-use.

Signed-off-by: Hao Fang <fanghao11@huawei.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1617086733-2705-1-git-send-email-fanghao11@huawei.com
  • Loading branch information
Hao Fang authored and Daniel Lezcano committed Apr 15, 2021
1 parent 9577816 commit 4481b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/thermal/hisi_thermal.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Hisilicon thermal sensor driver
* HiSilicon thermal sensor driver
*
* Copyright (c) 2014-2015 Hisilicon Limited.
* Copyright (c) 2014-2015 HiSilicon Limited.
* Copyright (c) 2014-2015 Linaro Limited.
*
* Xinwei Kong <kong.kongxinwei@hisilicon.com>
Expand Down Expand Up @@ -672,5 +672,5 @@ module_platform_driver(hisi_thermal_driver);

MODULE_AUTHOR("Xinwei Kong <kong.kongxinwei@hisilicon.com>");
MODULE_AUTHOR("Leo Yan <leo.yan@linaro.org>");
MODULE_DESCRIPTION("Hisilicon thermal driver");
MODULE_DESCRIPTION("HiSilicon thermal driver");
MODULE_LICENSE("GPL v2");

0 comments on commit 4481b39

Please sign in to comment.