From: Justin P. Mattock Date: Tue, 23 Oct 2012 14:45:01 +0000 (-0700) Subject: usb: "ehci-w90x900" Fix a typo and add some whitespace. X-Git-Tag: v3.8-rc1~176^2~99 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bd066eef1aea5dd1f8e98934c4c6d21c5e0439c8;p=~emulex%2Finfiniband.git usb: "ehci-w90x900" Fix a typo and add some whitespace. Signed-off-by: Justin P. Mattock Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-w90x900.c b/drivers/usb/host/ehci-w90x900.c index ec598082c14..fdd7c4873cf 100644 --- a/drivers/usb/host/ehci-w90x900.c +++ b/drivers/usb/host/ehci-w90x900.c @@ -13,7 +13,7 @@ #include -/*ebable phy0 and phy1 for w90p910*/ +/* enable phy0 and phy1 for w90p910 */ #define ENPHY (0x01<<8) #define PHY0_CTR (0xA4) #define PHY1_CTR (0xA8)