OSDN Git Service

misc: rtsx_pcr: Fix a typo
authorZhang Jiaming <jiaming@nfschina.com>
Wed, 29 Jun 2022 09:10:11 +0000 (17:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jul 2022 08:28:43 +0000 (10:28 +0200)
Change 'timout' to 'timeout'.

Reviewed-by: Tom Rix <trix@redhat.com>
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Link: https://lore.kernel.org/r/20220629091011.36187-1-jiaming@nfschina.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cardreader/rtsx_pcr.c

index f001d99..32b7783 100644 (file)
@@ -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)