Message ID | 20200111160815.2152-2-mrjoel@lixil.net |
---|---|
State | Accepted |
Commit | 26632b7541e85b24b86bc0188123a403eeee44d1 |
Headers | show |
Series | [1/2] mmc: add additional quirk for APP_CMD retry | expand |
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 85fd1906bd..5696ef0339 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -79,7 +79,7 @@ config MMC_QUIRKS help Some cards and hosts may sometimes behave unexpectedly (quirks). This option enable workarounds to handle those quirks. Some of them - are enabled by default, other may require additionnal flags or are + are enabled by default, other may require additional flags or are enabled by the host driver. config MMC_HW_PARTITIONING
Fix typo in description of MMC_QUIRKS config option. Signed-off-by: Joel Johnson <mrjoel at lixil.net> --- drivers/mmc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)