memory: samsung: Rename Exynos to lowercase
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 4 Jan 2020 15:20:56 +0000 (16:20 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 7 Jan 2020 19:46:32 +0000 (20:46 +0100)
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/memory/samsung/Kconfig
drivers/memory/samsung/exynos-srom.c

index e9c3ce92350c07e6754c56420a34a0479aabec5b..20a8406ce78616dcc76aa7df2a7d475b232396e9 100644 (file)
@@ -8,7 +8,7 @@ config SAMSUNG_MC
 if SAMSUNG_MC
 
 config EXYNOS5422_DMC
-       tristate "EXYNOS5422 Dynamic Memory Controller driver"
+       tristate "Exynos5422 Dynamic Memory Controller driver"
        depends on ARCH_EXYNOS || (COMPILE_TEST && HAS_IOMEM)
        select DDR
        depends on DEVFREQ_GOV_SIMPLE_ONDEMAND
index c27c6105c66d8a44f6c1712ca176d985abc155fe..6510d7bab2178b8e97981cf99c1eb3752d9e08aa 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (c) 2015 Samsung Electronics Co., Ltd.
 //           http://www.samsung.com/
 //
-// EXYNOS - SROM Controller support
+// Exynos - SROM Controller support
 // Author: Pankaj Dubey <pankaj.dubey@samsung.com>
 
 #include <linux/io.h>