diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2012-10-23 16:45:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-24 23:51:22 +0200 |
commit | bd066eef1aea5dd1f8e98934c4c6d21c5e0439c8 (patch) | |
tree | 149cd7f125db94dfada27c7c89d01fa6d66acf45 /drivers | |
parent | USB: speed up usb_bus_resume() (diff) | |
download | linux-bd066eef1aea5dd1f8e98934c4c6d21c5e0439c8.tar.xz linux-bd066eef1aea5dd1f8e98934c4c6d21c5e0439c8.zip |
usb: "ehci-w90x900" Fix a typo and add some whitespace.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/ehci-w90x900.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-w90x900.c b/drivers/usb/host/ehci-w90x900.c index ec598082c14b..fdd7c4873cf2 100644 --- a/drivers/usb/host/ehci-w90x900.c +++ b/drivers/usb/host/ehci-w90x900.c @@ -13,7 +13,7 @@ #include <linux/platform_device.h> -/*ebable phy0 and phy1 for w90p910*/ +/* enable phy0 and phy1 for w90p910 */ #define ENPHY (0x01<<8) #define PHY0_CTR (0xA4) #define PHY1_CTR (0xA8) |