[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1327758608-7575-1-git-send-email-standby24x7@gmail.com>
Date: Sat, 28 Jan 2012 22:50:08 +0900
From: Masanari Iida <standby24x7@...il.com>
To: gregkh@...e.de, linux-usb@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, standby24x7@...il.com,
trivial@...nel.org
Subject: [PATCH] [trivial] usb: Fix typo in langwell_otg.c
Correct spelling "reseting" to "resetting" in
drivers/usb/otg/langwell_otg.c
Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists