linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dma-mapping: benchmark: use the correct HiSilicon copyright
@ 2021-03-30  6:33 Hao Fang
  2021-03-31 21:34 ` Song Bao Hua (Barry Song)
  2021-04-02 14:42 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Hao Fang @ 2021-03-30  6:33 UTC (permalink / raw)
  To: hch, m.szyprowski, robin.murphy, song.bao.hua
  Cc: iommu, linuxarm, linux-kselftest, 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>
---
 kernel/dma/map_benchmark.c                      | 2 +-
 tools/testing/selftests/dma/dma_map_benchmark.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/dma/map_benchmark.c b/kernel/dma/map_benchmark.c
index e0e64f8..00d6549 100644
--- a/kernel/dma/map_benchmark.c
+++ b/kernel/dma/map_benchmark.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2020 Hisilicon Limited.
+ * Copyright (C) 2020 HiSilicon Limited.
  */
 
 #define pr_fmt(fmt)	KBUILD_MODNAME ": " fmt
diff --git a/tools/testing/selftests/dma/dma_map_benchmark.c b/tools/testing/selftests/dma/dma_map_benchmark.c
index fb23ce9..b492bed 100644
--- a/tools/testing/selftests/dma/dma_map_benchmark.c
+++ b/tools/testing/selftests/dma/dma_map_benchmark.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2020 Hisilicon Limited.
+ * Copyright (C) 2020 HiSilicon Limited.
  */
 
 #include <fcntl.h>
-- 
2.8.1


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

* RE: [PATCH] dma-mapping: benchmark: use the correct HiSilicon copyright
  2021-03-30  6:33 [PATCH] dma-mapping: benchmark: use the correct HiSilicon copyright Hao Fang
@ 2021-03-31 21:34 ` Song Bao Hua (Barry Song)
  2021-04-02 14:42 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Song Bao Hua (Barry Song) @ 2021-03-31 21:34 UTC (permalink / raw)
  To: fanghao (A), hch, m.szyprowski, robin.murphy
  Cc: iommu, linuxarm, linux-kselftest



> -----Original Message-----
> From: fanghao (A)
> Sent: Tuesday, March 30, 2021 7:34 PM
> To: hch@lst.de; m.szyprowski@samsung.com; robin.murphy@arm.com; Song Bao Hua
> (Barry Song) <song.bao.hua@hisilicon.com>
> Cc: iommu@lists.linux-foundation.org; linuxarm@openeuler.org;
> linux-kselftest@vger.kernel.org; fanghao (A) <fanghao11@huawei.com>
> Subject: [PATCH] dma-mapping: benchmark: use the correct HiSilicon copyright
> 
> s/Hisilicon/HiSilicon/g.
> It should use capital S, according to
> https://www.hisilicon.com/en/terms-of-use.
> 

My bad. Thanks.

Acked-by: Barry Song <song.bao.hua@hisilicon.com>

> Signed-off-by: Hao Fang <fanghao11@huawei.com>
> ---
>  kernel/dma/map_benchmark.c                      | 2 +-
>  tools/testing/selftests/dma/dma_map_benchmark.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/dma/map_benchmark.c b/kernel/dma/map_benchmark.c
> index e0e64f8..00d6549 100644
> --- a/kernel/dma/map_benchmark.c
> +++ b/kernel/dma/map_benchmark.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  /*
> - * Copyright (C) 2020 Hisilicon Limited.
> + * Copyright (C) 2020 HiSilicon Limited.
>   */
> 
>  #define pr_fmt(fmt)	KBUILD_MODNAME ": " fmt
> diff --git a/tools/testing/selftests/dma/dma_map_benchmark.c
> b/tools/testing/selftests/dma/dma_map_benchmark.c
> index fb23ce9..b492bed 100644
> --- a/tools/testing/selftests/dma/dma_map_benchmark.c
> +++ b/tools/testing/selftests/dma/dma_map_benchmark.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  /*
> - * Copyright (C) 2020 Hisilicon Limited.
> + * Copyright (C) 2020 HiSilicon Limited.
>   */
> 
>  #include <fcntl.h>
> --
> 2.8.1


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

* Re: [PATCH] dma-mapping: benchmark: use the correct HiSilicon copyright
  2021-03-30  6:33 [PATCH] dma-mapping: benchmark: use the correct HiSilicon copyright Hao Fang
  2021-03-31 21:34 ` Song Bao Hua (Barry Song)
@ 2021-04-02 14:42 ` Christoph Hellwig
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2021-04-02 14:42 UTC (permalink / raw)
  To: Hao Fang
  Cc: hch, m.szyprowski, robin.murphy, song.bao.hua, iommu, linuxarm,
	linux-kselftest

Thanks, applied.

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

end of thread, other threads:[~2021-04-02 14:42 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:33 [PATCH] dma-mapping: benchmark: use the correct HiSilicon copyright Hao Fang
2021-03-31 21:34 ` Song Bao Hua (Barry Song)
2021-04-02 14:42 ` Christoph Hellwig

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