Skip to content

Commit c0bf499

Browse files
krzkdaeinki
authored andcommitted
drm/exynos: Rename Exynos to lowercase
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 <[email protected]> Signed-off-by: Inki Dae <[email protected]>
1 parent 11f9548 commit c0bf499

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/gpu/drm/exynos/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config DRM_EXYNOS
3-
tristate "DRM Support for Samsung SoC EXYNOS Series"
3+
tristate "DRM Support for Samsung SoC Exynos Series"
44
depends on OF && DRM && (ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS || ARCH_MULTIPLATFORM || COMPILE_TEST)
55
depends on MMU
66
select DRM_KMS_HELPER
77
select VIDEOMODE_HELPERS
88
select SND_SOC_HDMI_CODEC if SND_SOC
99
help
10-
Choose this option if you have a Samsung SoC EXYNOS chipset.
10+
Choose this option if you have a Samsung SoC Exynos chipset.
1111
If M is selected the module will be called exynosdrm.
1212

1313
if DRM_EXYNOS
@@ -62,7 +62,7 @@ config DRM_EXYNOS_DSI
6262
This enables support for Exynos MIPI-DSI device.
6363

6464
config DRM_EXYNOS_DP
65-
bool "EXYNOS specific extensions for Analogix DP driver"
65+
bool "Exynos specific extensions for Analogix DP driver"
6666
depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
6767
select DRM_ANALOGIX_DP
6868
default DRM_EXYNOS

include/uapi/drm/exynos_drm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ struct drm_exynos_ioctl_ipp_commit {
394394
#define DRM_IOCTL_EXYNOS_IPP_COMMIT DRM_IOWR(DRM_COMMAND_BASE + \
395395
DRM_EXYNOS_IPP_COMMIT, struct drm_exynos_ioctl_ipp_commit)
396396

397-
/* EXYNOS specific events */
397+
/* Exynos specific events */
398398
#define DRM_EXYNOS_G2D_EVENT 0x80000000
399399
#define DRM_EXYNOS_IPP_EVENT 0x80000002
400400

0 commit comments

Comments
 (0)