diff options
author | Pankaj Dubey <pankaj.dubey@samsung.com> | 2016-02-22 13:03:14 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-02-25 04:09:57 +0300 |
commit | 18fd9c63300ffafde8a4b343de9ad9ad2b780f50 (patch) | |
tree | da4cd25c843ab177be96efbc00a5d3d0acaa91ac /arch/arm/mach-exynos | |
parent | 25ef3f52e59d0a1d8221e45519dbfe0c85b2ffa2 (diff) | |
download | linux-18fd9c63300ffafde8a4b343de9ad9ad2b780f50.tar.xz |
ARM: EXYNOS: Correct header comment in Kconfig file
This patch corrects header comment of Kconfig file by changing EXYNOS4 to
EXYNOS.
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 652a0bb11578..3003ab359c9c 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -5,7 +5,7 @@ # # Licensed under GPLv2 -# Configuration options for the EXYNOS4 +# Configuration options for the EXYNOS menuconfig ARCH_EXYNOS bool "Samsung EXYNOS" |