From: Anand Gadiyar Date: Wed, 15 Apr 2009 12:14:58 +0000 (+0530) Subject: omap_hsmmc: Trivial fix for a typo in comment X-Git-Tag: v2.6.30~15^2~8 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=85b843227a9b8c1a27ebd354a80c89aef067f2ca;p=~shefty%2Frdma-dev.git omap_hsmmc: Trivial fix for a typo in comment Signed-off-by: Anand Gadiyar Signed-off-by: Pierre Ossman --- diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index e62a22a7f00..c40cb96255a 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); }