summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorMickael Maison2014-09-18 11:25:04 +0200
committerGreg Kroah-Hartman2014-09-24 07:15:18 +0200
commita6cd244b921973e4ff38f238496cc094142bd444 (patch)
tree2598fb88a634e4c8cb4047fc2b543a0a794e752c /drivers/usb/musb
parentUSB: storage: use %*ph specifier to dump small buffers (diff)
downloadkernel-qcow2-linux-a6cd244b921973e4ff38f238496cc094142bd444.tar.gz
kernel-qcow2-linux-a6cd244b921973e4ff38f238496cc094142bd444.tar.xz
kernel-qcow2-linux-a6cd244b921973e4ff38f238496cc094142bd444.zip
usb: Fixed a few typos
Fixed typos in comments of various drivers/usb files Signed-off-by: Mickael Maison <mickael.maison@gmail.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/musb_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_regs.h b/drivers/usb/musb/musb_regs.h
index b9bcda5e3945..37122a480bc1 100644
--- a/drivers/usb/musb/musb_regs.h
+++ b/drivers/usb/musb/musb_regs.h
@@ -577,7 +577,7 @@ static inline u16 musb_read_hwvers(void __iomem *mbase)
{
/*
* This register is invisible on Blackfin, actually the MUSB
- * RTL version of Blackfin is 1.9, so just harcode its value.
+ * RTL version of Blackfin is 1.9, so just hardcode its value.
*/
return MUSB_HWVERS_1900;
}