diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2017-09-05 20:27:50 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-09-08 15:38:21 +0200 |
commit | b4f146f5faf85d21f5cd414531c3ced9c1b61e3c (patch) | |
tree | d27247e93007d5ffd5b60b4fd8ac40f73c65fcdc /drivers/mmc | |
parent | 01f5bbd17a8066b58dba9b5049fad504bce67322 (diff) | |
download | linux-b4f146f5faf85d21f5cd414531c3ced9c1b61e3c.tar.bz2 |
mmc: host: fix typo after MMC_DEBUG move
MMC_DEBUG was moved and one letter got strangely capitalized.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |