diff options
author | Hao Fang <fanghao11@huawei.com> | 2021-03-30 09:38:05 +0300 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-04-02 14:58:34 +0300 |
commit | 9f45275a3499229137d8c0ce0fe400d0729581a4 (patch) | |
tree | 9fbd7f625a908c8339978696522e661fcea6875b /drivers/power/reset | |
parent | bd3127733f2c1c666bbe105c5317d8ce98e088ee (diff) | |
download | linux-9f45275a3499229137d8c0ce0fe400d0729581a4.tar.xz |
power: reset: hisi-reboot: use the correct HiSilicon copyright
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>
Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/reset')
-rw-r--r-- | drivers/power/reset/hisi-reboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/reset/hisi-reboot.c b/drivers/power/reset/hisi-reboot.c index 0ba5fdce186f..5abc5f6ba0fd 100644 --- a/drivers/power/reset/hisi-reboot.c +++ b/drivers/power/reset/hisi-reboot.c @@ -1,8 +1,8 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Hisilicon SoC reset code + * HiSilicon SoC reset code * - * Copyright (c) 2014 Hisilicon Ltd. + * Copyright (c) 2014 HiSilicon Ltd. * Copyright (c) 2014 Linaro Ltd. * * Author: Haojian Zhuang <haojian.zhuang@linaro.org> |