All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Kukjin Kim <kgene@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Jiri Slaby <jslaby@suse.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [PATCH v2 17/20] serial: samsung: Rename Exynos to lowercase
Date: Sat,  4 Jan 2020 16:21:04 +0100	[thread overview]
Message-ID: <20200104152107.11407-18-krzk@kernel.org> (raw)
In-Reply-To: <20200104152107.11407-1-krzk@kernel.org>

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 <krzk@kernel.org>
---
 drivers/tty/serial/samsung_tty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c
index 4762c74dbc35..73f951d65b93 100644
--- a/drivers/tty/serial/samsung_tty.c
+++ b/drivers/tty/serial/samsung_tty.c
@@ -2665,7 +2665,7 @@ OF_EARLYCON_DECLARE(s3c2440, "samsung,s3c2440-uart",
 OF_EARLYCON_DECLARE(s3c6400, "samsung,s3c6400-uart",
 			s3c2440_early_console_setup);
 
-/* S5PV210, EXYNOS */
+/* S5PV210, Exynos */
 static struct samsung_early_console_data s5pv210_early_console_data = {
 	.txfull_mask = S5PV210_UFSTAT_TXFULL,
 };
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: linux-samsung-soc@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Kukjin Kim <kgene@kernel.org>,
	linux-serial@vger.kernel.org, Jiri Slaby <jslaby@suse.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 17/20] serial: samsung: Rename Exynos to lowercase
Date: Sat,  4 Jan 2020 16:21:04 +0100	[thread overview]
Message-ID: <20200104152107.11407-18-krzk@kernel.org> (raw)
In-Reply-To: <20200104152107.11407-1-krzk@kernel.org>

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 <krzk@kernel.org>
---
 drivers/tty/serial/samsung_tty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c
index 4762c74dbc35..73f951d65b93 100644
--- a/drivers/tty/serial/samsung_tty.c
+++ b/drivers/tty/serial/samsung_tty.c
@@ -2665,7 +2665,7 @@ OF_EARLYCON_DECLARE(s3c2440, "samsung,s3c2440-uart",
 OF_EARLYCON_DECLARE(s3c6400, "samsung,s3c6400-uart",
 			s3c2440_early_console_setup);
 
-/* S5PV210, EXYNOS */
+/* S5PV210, Exynos */
 static struct samsung_early_console_data s5pv210_early_console_data = {
 	.txfull_mask = S5PV210_UFSTAT_TXFULL,
 };
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-01-04 15:23 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04 15:20 [PATCH v2 00/20] Rename Samsung and Exynos to lowercase Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 01/20] dt-bindings: Rename " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-06 22:16   ` Rob Herring
2020-01-06 22:16     ` Rob Herring
2020-01-04 15:20 ` [PATCH v2 02/20] arm64: dts: exynos: Rename Samsung and " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-07 20:14     ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 03/20] ARM: dts: samsung: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-07 20:14     ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 04/20] ARM: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-07 20:14     ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 05/20] soc: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-07 20:14     ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 06/20] thermal: exynos: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-09 11:45   ` Daniel Lezcano
2020-01-09 11:45     ` Daniel Lezcano
2020-01-04 15:20 ` [PATCH v2 07/20] media: samsung: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 08/20] usb: exynos: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 09/20] memory: samsung: Rename " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:15   ` Krzysztof Kozlowski
2020-01-07 20:15     ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 10/20] phy: exynos: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 11/20] clocksource/drivers/exynos_mct: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-09 11:45   ` Daniel Lezcano
2020-01-09 11:45     ` Daniel Lezcano
2020-01-16 21:30   ` [tip: timers/core] " tip-bot2 for Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 12/20] crypto: exynos-rng - " Krzysztof Kozlowski
2020-01-09  5:15   ` Herbert Xu
2020-01-04 15:21 ` [PATCH v2 13/20] devfreq: exynos: " Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-06  1:50   ` Chanwoo Choi
2020-01-06  1:50     ` Chanwoo Choi
2020-01-04 15:21 ` [PATCH v2 14/20] drm/exynos: " Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-06  8:07   ` Inki Dae
2020-01-06  8:07     ` Inki Dae
2020-01-06  8:07     ` Inki Dae
2020-01-04 15:21 ` [PATCH v2 15/20] video: exynos: " Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-15 16:12   ` Bartlomiej Zolnierkiewicz
2020-01-15 16:12     ` Bartlomiej Zolnierkiewicz
2020-01-15 16:12     ` Bartlomiej Zolnierkiewicz
2020-01-04 15:21 ` [PATCH v2 16/20] pci: " Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-04 23:54   ` Jingoo Han
2020-01-04 23:54     ` Jingoo Han
2020-01-13 12:29   ` Lorenzo Pieralisi
2020-01-13 12:29     ` Lorenzo Pieralisi
2020-01-13 12:44     ` Krzysztof Kozlowski
2020-01-13 12:44       ` Krzysztof Kozlowski
2020-01-13 14:12       ` Lorenzo Pieralisi
2020-01-13 14:12         ` Lorenzo Pieralisi
2020-01-04 15:21 ` Krzysztof Kozlowski [this message]
2020-01-04 15:21   ` [PATCH v2 17/20] serial: samsung: " Krzysztof Kozlowski
2020-01-04 15:21 ` [PATCH v2 18/20] mfd: samsung: Rename Samsung " Krzysztof Kozlowski
2020-01-07 14:22   ` Lee Jones
2020-01-04 15:21 ` [PATCH v2 19/20] net: ethernet: sxgbe: " Krzysztof Kozlowski
2020-01-06 21:33   ` David Miller
2020-01-04 15:21 ` [PATCH v2 20/20] regulator: samsung: " Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200104152107.11407-18-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jslaby@suse.com \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.