linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: k3dma: use the correct HiSilicon copyright
@ 2021-03-30  6:44 Hao Fang
  2021-03-31 13:07 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Hao Fang @ 2021-03-30  6:44 UTC (permalink / raw)
  To: vkoul, dmaengine; +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/dma/k3dma.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dma/k3dma.c b/drivers/dma/k3dma.c
index d0b2e60..ecdaada9 100644
--- a/drivers/dma/k3dma.c
+++ b/drivers/dma/k3dma.c
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (c) 2013 - 2015 Linaro Ltd.
- * Copyright (c) 2013 Hisilicon Limited.
+ * Copyright (c) 2013 HiSilicon Limited.
  */
 #include <linux/sched.h>
 #include <linux/device.h>
@@ -1039,6 +1039,6 @@ static struct platform_driver k3_pdma_driver = {
 
 module_platform_driver(k3_pdma_driver);
 
-MODULE_DESCRIPTION("Hisilicon k3 DMA Driver");
+MODULE_DESCRIPTION("HiSilicon k3 DMA Driver");
 MODULE_ALIAS("platform:k3dma");
 MODULE_LICENSE("GPL v2");
-- 
2.8.1


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

* Re: [PATCH] dmaengine: k3dma: use the correct HiSilicon copyright
  2021-03-30  6:44 [PATCH] dmaengine: k3dma: use the correct HiSilicon copyright Hao Fang
@ 2021-03-31 13:07 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2021-03-31 13:07 UTC (permalink / raw)
  To: Hao Fang, Mauro Carvalho Chehab; +Cc: dmaengine, linux-kernel, prime.zeng

On 30-03-21, 14:44, Hao Fang wrote:
> s/Hisilicon/HiSilicon/g.
> It should use capital S, according to
> https://www.hisilicon.com/en/terms-of-use.

Again, dont agree to terms of use. Pls drop that

> 
> Signed-off-by: Hao Fang <fanghao11@huawei.com>
> ---
>  drivers/dma/k3dma.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/dma/k3dma.c b/drivers/dma/k3dma.c
> index d0b2e60..ecdaada9 100644
> --- a/drivers/dma/k3dma.c
> +++ b/drivers/dma/k3dma.c
> @@ -1,7 +1,7 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (c) 2013 - 2015 Linaro Ltd.
> - * Copyright (c) 2013 Hisilicon Limited.
> + * Copyright (c) 2013 HiSilicon Limited.
>   */
>  #include <linux/sched.h>
>  #include <linux/device.h>
> @@ -1039,6 +1039,6 @@ static struct platform_driver k3_pdma_driver = {
>  
>  module_platform_driver(k3_pdma_driver);
>  
> -MODULE_DESCRIPTION("Hisilicon k3 DMA Driver");
> +MODULE_DESCRIPTION("HiSilicon k3 DMA Driver");
>  MODULE_ALIAS("platform:k3dma");
>  MODULE_LICENSE("GPL v2");
> -- 
> 2.8.1

-- 
~Vinod

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

end of thread, other threads:[~2021-03-31 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30  6:44 [PATCH] dmaengine: k3dma: use the correct HiSilicon copyright Hao Fang
2021-03-31 13:07 ` Vinod Koul

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).