diff options
author | Mickael Maison <mickael.maison@gmail.com> | 2014-09-18 05:25:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 01:15:18 -0400 |
commit | a6cd244b921973e4ff38f238496cc094142bd444 (patch) | |
tree | 2598fb88a634e4c8cb4047fc2b543a0a794e752c /drivers/usb/musb/musb_regs.h | |
parent | 7adce46784a0992eb7276416798db6746ba8f667 (diff) |
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/musb_regs.h')
-rw-r--r-- | drivers/usb/musb/musb_regs.h | 2 |
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) | |||
577 | { | 577 | { |
578 | /* | 578 | /* |
579 | * This register is invisible on Blackfin, actually the MUSB | 579 | * This register is invisible on Blackfin, actually the MUSB |
580 | * RTL version of Blackfin is 1.9, so just harcode its value. | 580 | * RTL version of Blackfin is 1.9, so just hardcode its value. |
581 | */ | 581 | */ |
582 | return MUSB_HWVERS_1900; | 582 | return MUSB_HWVERS_1900; |
583 | } | 583 | } |