2020-01-04 15:25:46

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase

Fix up inconsistent usage of upper and lowercase letters in "Exynos"
name.

"EXYNOS" is not an abbreviation but a regular trademarked name.
Therefore it should be written with lowercase letters starting with
capital letter.

The lowercase "Exynos" name is promoted by its manufacturer Samsung
Electronics Co., Ltd., in advertisement materials and on website.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
drivers/pci/controller/dwc/pci-exynos.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/dwc/pci-exynos.c b/drivers/pci/controller/dwc/pci-exynos.c
index 14a6ba4067fb..c5043d951e80 100644
--- a/drivers/pci/controller/dwc/pci-exynos.c
+++ b/drivers/pci/controller/dwc/pci-exynos.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * PCIe host controller driver for Samsung EXYNOS SoCs
+ * PCIe host controller driver for Samsung Exynos SoCs
*
* Copyright (C) 2013 Samsung Electronics Co., Ltd.
* http://www.samsung.com
--
2.17.1


2020-01-04 23:56:09

by Jingoo Han

[permalink] [raw]
Subject: Re: [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase

On 1/4/20, 10:22 AM, Krzysztof Kozlowski wrote:
>
> Fix up inconsistent usage of upper and lowercase letters in "Exynos"
> name.
>
> "EXYNOS" is not an abbreviation but a regular trademarked name.
> Therefore it should be written with lowercase letters starting with
> capital letter.
>
> The lowercase "Exynos" name is promoted by its manufacturer Samsung
> Electronics Co., Ltd., in advertisement materials and on website.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Acked-by Jingoo Han <[email protected]>

Best regards,
Jingoo Han

> ---
> drivers/pci/controller/dwc/pci-exynos.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/controller/dwc/pci-exynos.c b/drivers/pci/controller/dwc/pci-exynos.c
> index 14a6ba4067fb..c5043d951e80 100644
> --- a/drivers/pci/controller/dwc/pci-exynos.c
> +++ b/drivers/pci/controller/dwc/pci-exynos.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * PCIe host controller driver for Samsung EXYNOS SoCs
> + * PCIe host controller driver for Samsung Exynos SoCs
> *
> * Copyright (C) 2013 Samsung Electronics Co., Ltd.
> * http://www.samsung.com
> --
> 2.17.1

2020-01-13 12:30:19

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase

On Sat, Jan 04, 2020 at 04:21:03PM +0100, Krzysztof Kozlowski wrote:
> Fix up inconsistent usage of upper and lowercase letters in "Exynos"
> name.
>
> "EXYNOS" is not an abbreviation but a regular trademarked name.
> Therefore it should be written with lowercase letters starting with
> capital letter.
>
> The lowercase "Exynos" name is promoted by its manufacturer Samsung
> Electronics Co., Ltd., in advertisement materials and on website.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> drivers/pci/controller/dwc/pci-exynos.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)


Should I pick it up or you are sending the series via another tree ?

If so (if it is not queued already):

Acked-by: Lorenzo Pieralisi <[email protected]>

>
> diff --git a/drivers/pci/controller/dwc/pci-exynos.c b/drivers/pci/controller/dwc/pci-exynos.c
> index 14a6ba4067fb..c5043d951e80 100644
> --- a/drivers/pci/controller/dwc/pci-exynos.c
> +++ b/drivers/pci/controller/dwc/pci-exynos.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * PCIe host controller driver for Samsung EXYNOS SoCs
> + * PCIe host controller driver for Samsung Exynos SoCs
> *
> * Copyright (C) 2013 Samsung Electronics Co., Ltd.
> * http://www.samsung.com
> --
> 2.17.1
>

2020-01-13 12:46:05

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase

On Mon, 13 Jan 2020 at 13:29, Lorenzo Pieralisi
<[email protected]> wrote:
>
> On Sat, Jan 04, 2020 at 04:21:03PM +0100, Krzysztof Kozlowski wrote:
> > Fix up inconsistent usage of upper and lowercase letters in "Exynos"
> > name.
> >
> > "EXYNOS" is not an abbreviation but a regular trademarked name.
> > Therefore it should be written with lowercase letters starting with
> > capital letter.
> >
> > The lowercase "Exynos" name is promoted by its manufacturer Samsung
> > Electronics Co., Ltd., in advertisement materials and on website.
> >
> > Signed-off-by: Krzysztof Kozlowski <[email protected]>
> > ---
> > drivers/pci/controller/dwc/pci-exynos.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> Should I pick it up or you are sending the series via another tree ?
>
> If so (if it is not queued already):
>
> Acked-by: Lorenzo Pieralisi <[email protected]>

Please pick it up.

Best regards,
Krzysztof

2020-01-13 14:13:56

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase

On Mon, Jan 13, 2020 at 01:44:45PM +0100, Krzysztof Kozlowski wrote:
> On Mon, 13 Jan 2020 at 13:29, Lorenzo Pieralisi
> <[email protected]> wrote:
> >
> > On Sat, Jan 04, 2020 at 04:21:03PM +0100, Krzysztof Kozlowski wrote:
> > > Fix up inconsistent usage of upper and lowercase letters in "Exynos"
> > > name.
> > >
> > > "EXYNOS" is not an abbreviation but a regular trademarked name.
> > > Therefore it should be written with lowercase letters starting with
> > > capital letter.
> > >
> > > The lowercase "Exynos" name is promoted by its manufacturer Samsung
> > > Electronics Co., Ltd., in advertisement materials and on website.
> > >
> > > Signed-off-by: Krzysztof Kozlowski <[email protected]>
> > > ---
> > > drivers/pci/controller/dwc/pci-exynos.c | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >
> > Should I pick it up or you are sending the series via another tree ?
> >
> > If so (if it is not queued already):
> >
> > Acked-by: Lorenzo Pieralisi <[email protected]>
>
> Please pick it up.

Done, pushed out on pci/misc, thanks.

Lorenzo