Re: [PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright

2021-04-12 Thread Jassi Brar
On Tue, Mar 30, 2021 at 2:22 AM Leo Yan  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 
>
> Though the kernel has tons of "Hisilicon", for this patch:
>
How about one patch to convert all occurrences?

thanks.


Re: [PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright

2021-03-30 Thread Leo Yan
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 

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

Reviewed-by: Leo Yan 

> ---
>  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 
> @@ -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 ");
> 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 
> -- 
> 2.8.1
> 


[PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright

2021-03-30 Thread Hao Fang
s/Hisilicon/HiSilicon/g.
It should use capital S, according to
https://www.hisilicon.com/en/terms-of-use.

Signed-off-by: Hao Fang 
---
 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 
@@ -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 ");
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 
-- 
2.8.1