diff options
author | Hao Fang <fanghao11@huawei.com> | 2021-04-01 15:02:17 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-04-06 08:05:51 +0300 |
commit | 646944853db763f449fc762fbd8e6ba056d77451 (patch) | |
tree | 5c7b450cf6355553e8fdde13c11bd24465cedbff /drivers/phy/hisilicon/phy-hi6220-usb.c | |
parent | 183bf0917e491e83881ccf6fb7d3df0aa843b756 (diff) | |
download | linux-646944853db763f449fc762fbd8e6ba056d77451.tar.xz |
phy: hisilicon: Use the correct HiSilicon copyright
s/Hisilicon/HiSilicon/g.
It should use capital S, according to the official website.
Signed-off-by: Hao Fang <fanghao11@huawei.com>
Link: https://lore.kernel.org/r/1617278537-26102-1-git-send-email-fanghao11@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/hisilicon/phy-hi6220-usb.c')
-rw-r--r-- | drivers/phy/hisilicon/phy-hi6220-usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/hisilicon/phy-hi6220-usb.c b/drivers/phy/hisilicon/phy-hi6220-usb.c index be05292df8b8..e92ba78da4c8 100644 --- a/drivers/phy/hisilicon/phy-hi6220-usb.c +++ b/drivers/phy/hisilicon/phy-hi6220-usb.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2015 Linaro Ltd. - * Copyright (c) 2015 Hisilicon Limited. + * Copyright (c) 2015 HiSilicon Limited. */ #include <linux/mfd/syscon.h> |