Przeglądaj źródła

omap_hsmmc: Trivial fix for a typo in comment

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
Anand Gadiyar 16 lat temu
rodzic
commit
85b843227a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      drivers/mmc/host/omap_hsmmc.c

+ 1 - 1
drivers/mmc/host/omap_hsmmc.c

@@ -680,7 +680,7 @@ static void mmc_omap_dma_cb(int lch, u16 ch_status, void *data)
 	host->dma_ch = -1;
 	host->dma_ch = -1;
 	/*
 	/*
 	 * DMA Callback: run in interrupt context.
 	 * DMA Callback: run in interrupt context.
-	 * mutex_unlock will through a kernel warning if used.
+	 * mutex_unlock will throw a kernel warning if used.
 	 */
 	 */
 	up(&host->sem);
 	up(&host->sem);
 }
 }