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>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org
Subject: [PATCH 14/19] video: exynos: Rename Exynos to lowercase
Date: Fri,  3 Jan 2020 18:11:26 +0100	[thread overview]
Message-ID: <20200103171131.9900-15-krzk@kernel.org> (raw)
In-Reply-To: <20200103171131.9900-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>
---
 include/video/samsung_fimd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/video/samsung_fimd.h b/include/video/samsung_fimd.h
index b6571c3cfa31..c4a93ce1de48 100644
--- a/include/video/samsung_fimd.h
+++ b/include/video/samsung_fimd.h
@@ -10,7 +10,7 @@
  *
  * This is the register set for the fimd and new style framebuffer interface
  * found from the S3C2443 onwards into the S3C2416, S3C2450, the
- * S3C64XX series such as the S3C6400 and S3C6410, and EXYNOS series.
+ * S3C64XX series such as the S3C6400 and S3C6410, and Exynos series.
 */
 
 /* VIDCON0 */
-- 
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-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: [PATCH 14/19] video: exynos: Rename Exynos to lowercase
Date: Fri, 03 Jan 2020 17:11:26 +0000	[thread overview]
Message-ID: <20200103171131.9900-15-krzk@kernel.org> (raw)
In-Reply-To: <20200103171131.9900-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>
---
 include/video/samsung_fimd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/video/samsung_fimd.h b/include/video/samsung_fimd.h
index b6571c3cfa31..c4a93ce1de48 100644
--- a/include/video/samsung_fimd.h
+++ b/include/video/samsung_fimd.h
@@ -10,7 +10,7 @@
  *
  * This is the register set for the fimd and new style framebuffer interface
  * found from the S3C2443 onwards into the S3C2416, S3C2450, the
- * S3C64XX series such as the S3C6400 and S3C6410, and EXYNOS series.
+ * S3C64XX series such as the S3C6400 and S3C6410, and Exynos series.
 */
 
 /* VIDCON0 */
-- 
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-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: [PATCH 14/19] video: exynos: Rename Exynos to lowercase
Date: Fri,  3 Jan 2020 18:11:26 +0100	[thread overview]
Message-ID: <20200103171131.9900-15-krzk@kernel.org> (raw)
In-Reply-To: <20200103171131.9900-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>
---
 include/video/samsung_fimd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/video/samsung_fimd.h b/include/video/samsung_fimd.h
index b6571c3cfa31..c4a93ce1de48 100644
--- a/include/video/samsung_fimd.h
+++ b/include/video/samsung_fimd.h
@@ -10,7 +10,7 @@
  *
  * This is the register set for the fimd and new style framebuffer interface
  * found from the S3C2443 onwards into the S3C2416, S3C2450, the
- * S3C64XX series such as the S3C6400 and S3C6410, and EXYNOS series.
+ * S3C64XX series such as the S3C6400 and S3C6410, and Exynos series.
 */
 
 /* VIDCON0 */
-- 
2.17.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2020-01-03 17:12 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 17:11 [PATCH 00/19] Rename Samsung and Exynos to lowercase Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 01/19] arm64: dts: exynos: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 02/19] ARM: dts: samsung: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 03/19] ARM: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 04/19] soc: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 05/19] thermal: exynos: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 06/19] media: samsung: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 07/19] usb: exynos: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 08/19] memory: samsung: Rename " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 09/19] phy: exynos: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 10/19] clocksource/drivers/exynos_mct: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 11/19] crypto: exynos-rng - " Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 12/19] devfreq: exynos: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 13/19] drm/exynos: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` Krzysztof Kozlowski [this message]
2020-01-03 17:11   ` [PATCH 14/19] video: exynos: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 15/19] pci: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 16/19] serial: samsung: " Krzysztof Kozlowski
2020-01-03 17:11   ` Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 17/19] mfd: samsung: Rename Samsung " Krzysztof Kozlowski
2020-01-03 17:11 ` [PATCH 18/19] net: ethernet: sxgbe: " Krzysztof Kozlowski
2020-01-05 22:49   ` David Miller
2020-01-03 17:11 ` [PATCH 19/19] regulator: samsung: " Krzysztof Kozlowski
2020-01-06 20:51   ` Applied "regulator: samsung: Rename Samsung to lowercase" to the regulator tree Mark Brown
2020-01-03 21:25 ` [PATCH 00/19] Rename Samsung and Exynos to lowercase Rob Herring
2020-01-04 15:14   ` 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=20200103171131.9900-15-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@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.