]> Git Repo - linux.git/commitdiff
irqchip/hisi: Use the correct HiSilicon copyright
authorHao Fang <[email protected]>
Tue, 30 Mar 2021 06:46:20 +0000 (14:46 +0800)
committerMarc Zyngier <[email protected]>
Wed, 7 Apr 2021 12:25:52 +0000 (13:25 +0100)
s/Hisilicon/HiSilicon/
It should use capital S, according to
https://www.hisilicon.com/en/terms-of-use.

Signed-off-by: Hao Fang <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
drivers/irqchip/irq-hip04.c
drivers/irqchip/irq-mbigen.c

index a6ed877d9dd39e88f137209fe309259bc2dab755..058ebaebe2c40e5d0c402f8c7068a5b9cc966e11 100644 (file)
@@ -1,9 +1,9 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Hisilicon HiP04 INTC
+ * HiSilicon HiP04 INTC
  *
  * Copyright (C) 2002-2014 ARM Limited.
- * Copyright (c) 2013-2014 Hisilicon Ltd.
+ * Copyright (c) 2013-2014 HiSilicon Ltd.
  * Copyright (c) 2013-2014 Linaro Ltd.
  *
  * Interrupt architecture for the HIP04 INTC:
index ff7627b577726e6e887df1de1ef88137a5f5c4d0..2cb45c6b85011479cc25433b2b4662eaf883e453 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2015 Hisilicon Limited, All Rights Reserved.
+ * Copyright (C) 2015 HiSilicon Limited, All Rights Reserved.
  * Author: Jun Ma <[email protected]>
  * Author: Yun Wu <[email protected]>
  */
@@ -390,4 +390,4 @@ module_platform_driver(mbigen_platform_driver);
 MODULE_AUTHOR("Jun Ma <[email protected]>");
 MODULE_AUTHOR("Yun Wu <[email protected]>");
 MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("Hisilicon MBI Generator driver");
+MODULE_DESCRIPTION("HiSilicon MBI Generator driver");
This page took 0.069073 seconds and 4 git commands to generate.