From: Hao Fang Date: Tue, 30 Mar 2021 06:37:14 +0000 (+0800) Subject: i2c: hix5hd2: use the correct HiSilicon copyright X-Git-Tag: accepted/tizen/unified/20230118.172025~7503^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=629a411f7e71afeee34edd4c1418c4e7f7d5575a;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/i2c-hix5hd2.c b/drivers/i2c/busses/i2c-hix5hd2.c index c45f226..aa00ba8 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. */