diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-03 18:11:30 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-05 14:48:55 -0800 |
commit | 14a65084f9310ba6a4017c365f9c9820b099dde5 (patch) | |
tree | 83d99d8429522e0454e620657bc1a0cae9eb2838 /include | |
parent | 675a3176121612ca7a4db2b0296f4f96415369ef (diff) |
net: ethernet: sxgbe: Rename Samsung to lowercase
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sxgbe_platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |