diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-01 00:03:51 +0900 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-11-06 15:04:14 +0200 |
commit | 984e833c2bb6cba11e7cbc84c0dfb7b43792ff80 (patch) | |
tree | d79eaaedf61d481011cedd7ce62c7105209fe707 /drivers/usb/musb | |
parent | b100a2f34dc160502bf7d3006cd8294303bbfacb (diff) |
usb: fix typo in drivers/usb
Correct spelling typo in debug messages within drivers/usb.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r-- | drivers/usb/musb/musb_dsps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c index 444346e1e10..2cb8780d0da 100644 --- a/drivers/usb/musb/musb_dsps.c +++ b/drivers/usb/musb/musb_dsps.c @@ -296,7 +296,7 @@ static irqreturn_t dsps_interrupt(int irq, void *hci) * Also, DRVVBUS pulses for SRP (but not at 5V) ... */ if (usbintr & MUSB_INTR_BABBLE) - pr_info("CAUTION: musb: Babble Interrupt Occured\n"); + pr_info("CAUTION: musb: Babble Interrupt Occurred\n"); if (usbintr & ((1 << wrp->drvvbus) << wrp->usb_shift)) { int drvvbus = dsps_readl(reg_base, wrp->status); |