From: Colin Ian King Date: Sat, 14 Nov 2020 12:08:19 +0000 (+0000) Subject: mmc: host: Kconfig: fix spelling mistake "hardare" -> "hardware" X-Git-Tag: v5.11-rc1~156^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde71a3eeda2d285cfb7e09acb74f7b7964ab210;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20201114120819.416311-1-colin.king@canonical.com Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 310e546e58982..7324a61d74168 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