diff options
author | Hao Fang <fanghao11@huawei.com> | 2021-03-30 14:37:14 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-03-31 10:06:40 +0200 |
commit | 629a411f7e71afeee34edd4c1418c4e7f7d5575a (patch) | |
tree | f107101c3d559399fe1eebfa8648103ef1d2ecd3 /drivers/i2c | |
parent | 98a479991dc5b986d9d48a1b73f568e58e3d82b6 (diff) | |
download | linux-629a411f7e71afeee34edd4c1418c4e7f7d5575a.tar.bz2 |
i2c: hix5hd2: use the correct HiSilicon copyright
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>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-hix5hd2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-hix5hd2.c b/drivers/i2c/busses/i2c-hix5hd2.c index c45f226c2b85..aa00ba8bcb70 100644 --- a/drivers/i2c/busses/i2c-hix5hd2.c +++ b/drivers/i2c/busses/i2c-hix5hd2.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2014 Linaro Ltd. - * Copyright (c) 2014 Hisilicon Limited. + * Copyright (c) 2014 HiSilicon Limited. * * Now only support 7 bit address. */ |