summaryrefslogtreecommitdiff
path: root/drivers/power/reset
diff options
context:
space:
mode:
authorHao Fang <fanghao11@huawei.com>2021-03-30 14:38:05 +0800
committerSebastian Reichel <sebastian.reichel@collabora.com>2021-04-02 13:58:34 +0200
commit9f45275a3499229137d8c0ce0fe400d0729581a4 (patch)
tree9fbd7f625a908c8339978696522e661fcea6875b /drivers/power/reset
parentbd3127733f2c1c666bbe105c5317d8ce98e088ee (diff)
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.c4
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>