[PATCH] [trivial] usb: Fix typo in langwell_otg.c

From: Masanari Iida
Date: Sat Jan 28 2012 - 08:51:12 EST


Correct spelling "reseting" to "resetting" in
drivers/usb/otg/langwell_otg.c

Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx>
---
drivers/usb/otg/langwell_otg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/otg/langwell_otg.c b/drivers/usb/otg/langwell_otg.c
index f08f784..2500878 100644
--- a/drivers/usb/otg/langwell_otg.c
+++ b/drivers/usb/otg/langwell_otg.c
@@ -633,7 +633,7 @@ static void reset_otg(void)
int delay_time = 1000;
u32 val;

- dev_dbg(lnw->dev, "reseting OTG controller ...\n");
+ dev_dbg(lnw->dev, "resetting OTG controller ...\n");
val = readl(lnw->iotg.base + CI_USBCMD);
writel(val | USBCMD_RST, lnw->iotg.base + CI_USBCMD);
do {
--
1.7.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/