Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: hisi: use the correct HiSilicon copyright

s/Hisilicon/HiSilicon/
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: Wei Xu <xuwei5@hisilicon.com>

authored by

Hao Fang and committed by
Wei Xu
c1ce9d80 a38fd874

+5 -5
+2 -2
arch/arm/mach-hisi/hisilicon.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 - * (Hisilicon's SoC based) flattened device tree enabled machine 3 + * (HiSilicon's SoC based) flattened device tree enabled machine 4 4 * 5 - * Copyright (c) 2012-2013 Hisilicon Ltd. 5 + * Copyright (c) 2012-2013 HiSilicon Ltd. 6 6 * Copyright (c) 2012-2013 Linaro Ltd. 7 7 * 8 8 * Author: Haojian Zhuang <haojian.zhuang@linaro.org>
+1 -1
arch/arm/mach-hisi/hotplug.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Copyright (c) 2013 Linaro Ltd. 4 - * Copyright (c) 2013 Hisilicon Limited. 4 + * Copyright (c) 2013 HiSilicon Limited. 5 5 */ 6 6 7 7 #include <linux/cpu.h>
+1 -1
arch/arm/mach-hisi/platmcpm.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Copyright (c) 2013-2014 Linaro Ltd. 4 - * Copyright (c) 2013-2014 Hisilicon Limited. 4 + * Copyright (c) 2013-2014 HiSilicon Limited. 5 5 */ 6 6 #include <linux/init.h> 7 7 #include <linux/smp.h>
+1 -1
arch/arm/mach-hisi/platsmp.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Copyright (c) 2013 Linaro Ltd. 4 - * Copyright (c) 2013 Hisilicon Limited. 4 + * Copyright (c) 2013 HiSilicon Limited. 5 5 * Based on arch/arm/mach-vexpress/platsmp.c, Copyright (C) 2002 ARM Ltd. 6 6 */ 7 7 #include <linux/smp.h>