dma-mapping: benchmark: use the correct HiSilicon copyright
authorHao Fang <fanghao11@huawei.com>
Tue, 30 Mar 2021 06:33:48 +0000 (14:33 +0800)
committerChristoph Hellwig <hch@lst.de>
Fri, 2 Apr 2021 14:41:08 +0000 (16:41 +0200)
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>
Acked-by: Barry Song <song.bao.hua@hisilicon.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/map_benchmark.c
tools/testing/selftests/dma/dma_map_benchmark.c

index e0e64f8..00d6549 100644 (file)
@@ -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
index fb23ce9..b492bed 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (C) 2020 Hisilicon Limited.
+ * Copyright (C) 2020 HiSilicon Limited.
  */
 
 #include <fcntl.h>