* 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
* Re: OMAP: MMC: Trivial fix for a typo in comment
2009-04-15 12:14 OMAP: MMC: Trivial fix for a typo in comment Gadiyar, Anand
@ 2009-04-25 20:25 ` Pierre Ossman
0 siblings, 0 replies; 2+ messages in thread
From: Pierre Ossman @ 2009-04-25 20:25 UTC (permalink / raw)
To: Gadiyar, Anand; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 475 bytes --]
On Wed, 15 Apr 2009 17:44:58 +0530
"Gadiyar, Anand" <gadiyar@ti.com> wrote:
> From: Anand Gadiyar <gadiyar@ti.com>
>
> OMAP: MMC: Trivial fix for a typo in comment
>
> Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
> ---
Queued, thanks.
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic and consider using PGP for end-to-end
encryption.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ 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