s/Hisilicon/HiSilicon/g.
It should use capital S, according to
https://www.hisilicon.com/en/terms-of-use.
Signed-off-by: Hao Fang <[email protected]>
---
drivers/power/reset/hisi-reboot.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/power/reset/hisi-reboot.c b/drivers/power/reset/hisi-reboot.c
index 0ba5fdc..5abc5f6 100644
--- a/drivers/power/reset/hisi-reboot.c
+++ b/drivers/power/reset/hisi-reboot.c
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
- * Hisilicon SoC reset code
+ * HiSilicon SoC reset code
*
- * Copyright (c) 2014 Hisilicon Ltd.
+ * Copyright (c) 2014 HiSilicon Ltd.
* Copyright (c) 2014 Linaro Ltd.
*
* Author: Haojian Zhuang <[email protected]>
--
2.8.1
On 3/30/21 2:38 PM, Hao Fang wrote:
> s/Hisilicon/HiSilicon/g.
> It should use capital S, according to
> https://www.hisilicon.com/en/terms-of-use.
>
> Signed-off-by: Hao Fang <[email protected]>
> ---
> drivers/power/reset/hisi-reboot.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/power/reset/hisi-reboot.c b/drivers/power/reset/hisi-reboot.c
> index 0ba5fdc..5abc5f6 100644
> --- a/drivers/power/reset/hisi-reboot.c
> +++ b/drivers/power/reset/hisi-reboot.c
> @@ -1,8 +1,8 @@
> // SPDX-License-Identifier: GPL-2.0-only
> /*
> - * Hisilicon SoC reset code
> + * HiSilicon SoC reset code
> *
> - * Copyright (c) 2014 Hisilicon Ltd.
> + * Copyright (c) 2014 HiSilicon Ltd.
> * Copyright (c) 2014 Linaro Ltd.
> *
> * Author: Haojian Zhuang <[email protected]>
>
Acked-by: Haojian Zhuang <[email protected]>
Hi,
On Tue, Mar 30, 2021 at 08:40:48AM +0000, Haojian Zhuang wrote:
> On 3/30/21 2:38 PM, Hao Fang wrote:
> > s/Hisilicon/HiSilicon/g.
> > It should use capital S, according to
> > https://www.hisilicon.com/en/terms-of-use.
> >
> > Signed-off-by: Hao Fang <[email protected]>
> > ---
> > drivers/power/reset/hisi-reboot.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/power/reset/hisi-reboot.c b/drivers/power/reset/hisi-reboot.c
> > index 0ba5fdc..5abc5f6 100644
> > --- a/drivers/power/reset/hisi-reboot.c
> > +++ b/drivers/power/reset/hisi-reboot.c
> > @@ -1,8 +1,8 @@
> > // SPDX-License-Identifier: GPL-2.0-only
> > /*
> > - * Hisilicon SoC reset code
> > + * HiSilicon SoC reset code
> > *
> > - * Copyright (c) 2014 Hisilicon Ltd.
> > + * Copyright (c) 2014 HiSilicon Ltd.
> > * Copyright (c) 2014 Linaro Ltd.
> > *
> > * Author: Haojian Zhuang <[email protected]>
> >
>
> Acked-by: Haojian Zhuang <[email protected]>
Thanks, queued.
-- Sebastian