Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20201114120819.416311-1-colin.king@canonical.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Colin Ian King and committed by
Ulf Hansson
fde71a3e 8ffbfe43

+1 -1
+1 -1
drivers/mmc/host/Kconfig
··· 664 664 config MMC_S3C_DMA 665 665 bool "Use DMA transfers only" 666 666 help 667 - Use DMA to transfer data between memory and the hardare. 667 + Use DMA to transfer data between memory and the hardware. 668 668 669 669 Currently, the DMA support in this driver seems to not be 670 670 working properly and needs to be debugged before this