netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 18/19] net: ethernet: sxgbe: Rename Samsung to lowercase
       [not found] <20200103171131.9900-1-krzk@kernel.org>
@ 2020-01-03 17:11 ` Krzysztof Kozlowski
  2020-01-05 22:49   ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2020-01-03 17:11 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Byungho An, Girish K S, Vipul Pandya,
	David S. Miller, Andrew Lunn, Kate Stewart, Enrico Weigelt,
	Greg Kroah-Hartman, Thomas Gleixner, netdev

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

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

Although advertisement materials usually use uppercase "SAMSUNG", the
lowercase version is used in all legal aspects (e.g. on Wikipedia and in
privacy/legal statements on
https://www.samsung.com/semiconductor/privacy-global/).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 2 +-
 include/linux/sxgbe_platform.h                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c b/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
index cd6e0de48248..7d3a1c0df09c 100644
--- a/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
+++ b/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
@@ -2296,7 +2296,7 @@ __setup("sxgbeeth=", sxgbe_cmdline_opt);
 
 
 
-MODULE_DESCRIPTION("SAMSUNG 10G/2.5G/1G Ethernet PLATFORM driver");
+MODULE_DESCRIPTION("Samsung 10G/2.5G/1G Ethernet PLATFORM driver");
 
 MODULE_PARM_DESC(debug, "Message Level (-1: default, 0: no output, 16: all)");
 MODULE_PARM_DESC(eee_timer, "EEE-LPI Default LS timer value");
diff --git a/include/linux/sxgbe_platform.h b/include/linux/sxgbe_platform.h
index 85ec745767bd..966146f7267a 100644
--- a/include/linux/sxgbe_platform.h
+++ b/include/linux/sxgbe_platform.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * 10G controller driver for Samsung EXYNOS SoCs
+ * 10G controller driver for Samsung Exynos SoCs
  *
  * Copyright (C) 2013 Samsung Electronics Co., Ltd.
  *		http://www.samsung.com
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 18/19] net: ethernet: sxgbe: Rename Samsung to lowercase
  2020-01-03 17:11 ` [PATCH 18/19] net: ethernet: sxgbe: Rename Samsung to lowercase Krzysztof Kozlowski
@ 2020-01-05 22:49   ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-01-05 22:49 UTC (permalink / raw)
  To: krzk
  Cc: linux-kernel, bh74.an, ks.giri, vipul.pandya, andrew, kstewart,
	info, gregkh, tglx, netdev

From: Krzysztof Kozlowski <krzk@kernel.org>
Date: Fri,  3 Jan 2020 18:11:30 +0100

> Fix up inconsistent usage of upper and lowercase letters in "Samsung"
> name.
> 
> "SAMSUNG" is not an abbreviation but a regular trademarked name.
> Therefore it should be written with lowercase letters starting with
> capital letter.
> 
> Although advertisement materials usually use uppercase "SAMSUNG", the
> lowercase version is used in all legal aspects (e.g. on Wikipedia and in
> privacy/legal statements on
> https://www.samsung.com/semiconductor/privacy-global/).
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-05 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20200103171131.9900-1-krzk@kernel.org>
2020-01-03 17:11 ` [PATCH 18/19] net: ethernet: sxgbe: Rename Samsung to lowercase Krzysztof Kozlowski
2020-01-05 22:49   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).