projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee1bf56
)
dmaengine: k3dma: use the correct HiSilicon copyright
author
Hao Fang
<fanghao11@huawei.com>
Thu, 1 Apr 2021 11:50:20 +0000
(19:50 +0800)
committer
Vinod Koul
<vkoul@kernel.org>
Mon, 12 Apr 2021 11:44:53 +0000
(17:14 +0530)
s/Hisilicon/HiSilicon/g.
It should use capital S, according to the official website.
Signed-off-by: Hao Fang <fanghao11@huawei.com>
Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Link:
https://lore.kernel.org/r/1617277820-26971-1-git-send-email-fanghao11@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/k3dma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/k3dma.c
b/drivers/dma/k3dma.c
index
d0b2e60
..
ecdaada
100644
(file)
--- 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 Hi
s
ilicon Limited.
+ * Copyright (c) 2013 Hi
S
ilicon 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("Hi
s
ilicon k3 DMA Driver");
+MODULE_DESCRIPTION("Hi
S
ilicon k3 DMA Driver");
MODULE_ALIAS("platform:k3dma");
MODULE_LICENSE("GPL v2");