linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] usb: Fix typo in langwell_otg.c
@ 2012-01-28 13:50 Masanari Iida
  2012-01-30  9:08 ` Felipe Balbi
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-01-28 13:50 UTC (permalink / raw)
  To: gregkh, linux-usb; +Cc: linux-kernel, standby24x7, trivial

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

Signed-off-by: Masanari Iida <standby24x7@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [trivial] usb: Fix typo in langwell_otg.c
  2012-01-28 13:50 [PATCH] [trivial] usb: Fix typo in langwell_otg.c Masanari Iida
@ 2012-01-30  9:08 ` Felipe Balbi
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2012-01-30  9:08 UTC (permalink / raw)
  To: Masanari Iida; +Cc: gregkh, linux-usb, linux-kernel, trivial

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

Hi,

On Sat, Jan 28, 2012 at 10:50:08PM +0900, Masanari Iida wrote:
> Correct spelling "reseting" to "resetting" in
> drivers/usb/otg/langwell_otg.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

NAK, this driver will be dropped on next merge window. Thanks though :-)

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-30  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-28 13:50 [PATCH] [trivial] usb: Fix typo in langwell_otg.c Masanari Iida
2012-01-30  9:08 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).