aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/musb.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-02 08:49:26 +0200
committerFelipe Balbi <balbi@ti.com>2010-12-10 10:21:10 +0200
commit05ac10dd6862a3fcce33d2203fbb2ef285e3ca87 (patch)
treed56301e2a12cecc8ef75f9fc6ca121a432cc5271 /include/linux/usb/musb.h
parentusb: musb: add Kconfig options for each glue layer (diff)
downloadlinux-dev-05ac10dd6862a3fcce33d2203fbb2ef285e3ca87.tar.xz
linux-dev-05ac10dd6862a3fcce33d2203fbb2ef285e3ca87.zip
usb: musb: trivial search and replace patch
change all ocurrences of musb_hdrc to musb-hdrc. We will call glue layer drivers musb-<glue layer>, so in order to keep things somewhat standard, let's change the underscore into a dash. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb/musb.h')
-rw-r--r--include/linux/usb/musb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h
index ee2dd1d506ed..e2191d4db4dd 100644
--- a/include/linux/usb/musb.h
+++ b/include/linux/usb/musb.h
@@ -3,7 +3,7 @@
* Inventra (Multidrop) Highspeed Dual-Role Controllers: (M)HDRC.
*
* Board initialization should put one of these into dev->platform_data,
- * probably on some platform_device named "musb_hdrc". It encapsulates
+ * probably on some platform_device named "musb-hdrc". It encapsulates
* key configuration differences between boards.
*/