diff options
author | Colin Ian King <[email protected]> | 2020-11-14 12:08:19 +0000 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-11-17 12:36:06 +0100 |
commit | fde71a3eeda2d285cfb7e09acb74f7b7964ab210 (patch) | |
tree | 4bc1cc6c986bc1a8adc10ab7e708c74e57d0df26 | |
parent | 8ffbfe43e903775832484c3ca9773ae07845d478 (diff) |
mmc: host: Kconfig: fix spelling mistake "hardare" -> "hardware"
There is a spelling mistake in the Kconfig file. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-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 310e546e5898..7324a61d7416 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -664,7 +664,7 @@ config MMC_S3C_PIO config MMC_S3C_DMA bool "Use DMA transfers only" help - Use DMA to transfer data between memory and the hardare. + Use DMA to transfer data between memory and the hardware. Currently, the DMA support in this driver seems to not be working properly and needs to be debugged before this |