linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright
@ 2021-03-30  6:48 Hao Fang
  2021-03-30  7:22 ` Leo Yan
  0 siblings, 1 reply; 3+ messages in thread
From: Hao Fang @ 2021-03-30  6:48 UTC (permalink / raw)
  To: jassisinghbrar, leo.yan; +Cc: linux-kernel, prime.zeng, fanghao11

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>
---
 drivers/mailbox/hi3660-mailbox.c | 4 ++--
 drivers/mailbox/hi6220-mailbox.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/mailbox/hi3660-mailbox.c b/drivers/mailbox/hi3660-mailbox.c
index 53f4bc2..45c6d69 100644
--- a/drivers/mailbox/hi3660-mailbox.c
+++ b/drivers/mailbox/hi3660-mailbox.c
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
-// Copyright (c) 2017-2018 Hisilicon Limited.
+// Copyright (c) 2017-2018 HiSilicon Limited.
 // Copyright (c) 2017-2018 Linaro Limited.
 
 #include <linux/bitops.h>
@@ -297,5 +297,5 @@ static void __exit hi3660_mbox_exit(void)
 module_exit(hi3660_mbox_exit);
 
 MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("Hisilicon Hi3660 Mailbox Controller");
+MODULE_DESCRIPTION("HiSilicon Hi3660 Mailbox Controller");
 MODULE_AUTHOR("Leo Yan <leo.yan@linaro.org>");
diff --git a/drivers/mailbox/hi6220-mailbox.c b/drivers/mailbox/hi6220-mailbox.c
index cc236ac..9fdc25e 100644
--- a/drivers/mailbox/hi6220-mailbox.c
+++ b/drivers/mailbox/hi6220-mailbox.c
@@ -1,8 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Hisilicon's Hi6220 mailbox driver
+ * HiSilicon's Hi6220 mailbox driver
  *
- * Copyright (c) 2015 Hisilicon Limited.
+ * Copyright (c) 2015 HiSilicon Limited.
  * Copyright (c) 2015 Linaro Limited.
  *
  * Author: Leo Yan <leo.yan@linaro.org>
-- 
2.8.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright
  2021-03-30  6:48 [PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright Hao Fang
@ 2021-03-30  7:22 ` Leo Yan
  2021-04-12 21:21   ` Jassi Brar
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Yan @ 2021-03-30  7:22 UTC (permalink / raw)
  To: Hao Fang; +Cc: jassisinghbrar, linux-kernel, prime.zeng

On Tue, Mar 30, 2021 at 02:48:40PM +0800, Hao Fang wrote:
> 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>

Though the kernel has tons of "Hisilicon", for this patch:

Reviewed-by: Leo Yan <leo.yan@linaro.org>

> ---
>  drivers/mailbox/hi3660-mailbox.c | 4 ++--
>  drivers/mailbox/hi6220-mailbox.c | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/mailbox/hi3660-mailbox.c b/drivers/mailbox/hi3660-mailbox.c
> index 53f4bc2..45c6d69 100644
> --- a/drivers/mailbox/hi3660-mailbox.c
> +++ b/drivers/mailbox/hi3660-mailbox.c
> @@ -1,5 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0
> -// Copyright (c) 2017-2018 Hisilicon Limited.
> +// Copyright (c) 2017-2018 HiSilicon Limited.
>  // Copyright (c) 2017-2018 Linaro Limited.
>  
>  #include <linux/bitops.h>
> @@ -297,5 +297,5 @@ static void __exit hi3660_mbox_exit(void)
>  module_exit(hi3660_mbox_exit);
>  
>  MODULE_LICENSE("GPL");
> -MODULE_DESCRIPTION("Hisilicon Hi3660 Mailbox Controller");
> +MODULE_DESCRIPTION("HiSilicon Hi3660 Mailbox Controller");
>  MODULE_AUTHOR("Leo Yan <leo.yan@linaro.org>");
> diff --git a/drivers/mailbox/hi6220-mailbox.c b/drivers/mailbox/hi6220-mailbox.c
> index cc236ac..9fdc25e 100644
> --- a/drivers/mailbox/hi6220-mailbox.c
> +++ b/drivers/mailbox/hi6220-mailbox.c
> @@ -1,8 +1,8 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  /*
> - * Hisilicon's Hi6220 mailbox driver
> + * HiSilicon's Hi6220 mailbox driver
>   *
> - * Copyright (c) 2015 Hisilicon Limited.
> + * Copyright (c) 2015 HiSilicon Limited.
>   * Copyright (c) 2015 Linaro Limited.
>   *
>   * Author: Leo Yan <leo.yan@linaro.org>
> -- 
> 2.8.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright
  2021-03-30  7:22 ` Leo Yan
@ 2021-04-12 21:21   ` Jassi Brar
  0 siblings, 0 replies; 3+ messages in thread
From: Jassi Brar @ 2021-04-12 21:21 UTC (permalink / raw)
  To: Leo Yan; +Cc: Hao Fang, Linux Kernel Mailing List, prime.zeng

On Tue, Mar 30, 2021 at 2:22 AM Leo Yan <leo.yan@linaro.org> wrote:
>
> On Tue, Mar 30, 2021 at 02:48:40PM +0800, Hao Fang wrote:
> > 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>
>
> Though the kernel has tons of "Hisilicon", for this patch:
>
How about one patch to convert all occurrences?

thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-12 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30  6:48 [PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright Hao Fang
2021-03-30  7:22 ` Leo Yan
2021-04-12 21:21   ` Jassi Brar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).