* OMAP: MMC: Trivial fix for a typo in comment
@ 2009-04-15 12:14 Gadiyar, Anand
2009-04-25 20:25 ` Pierre Ossman
0 siblings, 1 reply; 2+ messages in thread
From: Gadiyar, Anand @ 2009-04-15 12:14 UTC (permalink / raw)
To: pierre; +Cc: linux-kernel
From: Anand Gadiyar <gadiyar@ti.com>
OMAP: MMC: Trivial fix for a typo in comment
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
---
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index e62a22a..c40cb96 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/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;
/*
* 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);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-25 20:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-15 12:14 OMAP: MMC: Trivial fix for a typo in comment Gadiyar, Anand
2009-04-25 20:25 ` Pierre Ossman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome