From: Wolfram Sang Date: Tue, 5 Sep 2017 18:27:50 +0000 (+0200) Subject: mmc: host: fix typo after MMC_DEBUG move X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b4f146f5faf85d21f5cd414531c3ced9c1b61e3c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mmc: host: fix typo after MMC_DEBUG move MMC_DEBUG was moved and one letter got strangely capitalized. Signed-off-by: Wolfram Sang Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 02179ed2a40d..8c15637178ff 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -5,7 +5,7 @@ comment "MMC/SD/SDIO Host Controller Drivers" config MMC_DEBUG - bool "MMC host drivers debugginG" + bool "MMC host drivers debugging" depends on MMC != n help This is an option for use by developers; most people should