aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Jiaming <[email protected]>2022-06-29 17:10:11 +0800
committerGreg Kroah-Hartman <[email protected]>2022-07-01 10:28:43 +0200
commit3e753ecc5d6f2e69f991a776920fdd4a867bc4d0 (patch)
tree228d4e6c46d46ff5c752e1b99a017269d1b76cd7
parentafa8fe4cc40e197c99fc650113bb96d26091648a (diff)
misc: rtsx_pcr: Fix a typo
Change 'timout' to 'timeout'. Reviewed-by: Tom Rix <[email protected]> Signed-off-by: Zhang Jiaming <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/misc/cardreader/rtsx_pcr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cardreader/rtsx_pcr.c b/drivers/misc/cardreader/rtsx_pcr.c
index f001d99bf366..32b7783e9d4f 100644
--- a/drivers/misc/cardreader/rtsx_pcr.c
+++ b/drivers/misc/cardreader/rtsx_pcr.c
@@ -131,7 +131,7 @@ static void rtsx_comm_pm_full_on(struct rtsx_pcr *pcr)
rtsx_disable_aspm(pcr);
- /* Fixes DMA transfer timout issue after disabling ASPM on RTS5260 */
+ /* Fixes DMA transfer timeout issue after disabling ASPM on RTS5260 */
msleep(1);
if (option->ltr_enabled)