diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-04 16:21:01 +0100 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2020-01-21 01:09:42 +0100 |
commit | c0bf499f6f84634c14cdec0afd1f17ff4121afa2 (patch) | |
tree | a90b1a574877bb6f17b96e27c020e7e5696cc158 /include/uapi | |
parent | drm/exynos: change callback names (diff) | |
download | linux-c0bf499f6f84634c14cdec0afd1f17ff4121afa2.tar.xz linux-c0bf499f6f84634c14cdec0afd1f17ff4121afa2.zip |
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 <krzk@kernel.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/drm/exynos_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/exynos_drm.h b/include/uapi/drm/exynos_drm.h index 45c6582b3df3..a51aa1c618c1 100644 --- a/include/uapi/drm/exynos_drm.h +++ b/include/uapi/drm/exynos_drm.h @@ -394,7 +394,7 @@ struct drm_exynos_ioctl_ipp_commit { #define DRM_IOCTL_EXYNOS_IPP_COMMIT DRM_IOWR(DRM_COMMAND_BASE + \ DRM_EXYNOS_IPP_COMMIT, struct drm_exynos_ioctl_ipp_commit) -/* EXYNOS specific events */ +/* Exynos specific events */ #define DRM_EXYNOS_G2D_EVENT 0x80000000 #define DRM_EXYNOS_IPP_EVENT 0x80000002 |