2012-10-23 14:45:39

by Justin P. Mattock

[permalink] [raw]
Subject: [PATCH v2]usb: "ehci-w90x900" Fix a typo and add some whitespace.

From: "Justin P. Mattock" <[email protected]>

Signed-off-by: Justin P. Mattock <[email protected]>

---

The below patch fixes a typo in usb: ehci-w90x900.c as well as adding whitespace to the comment.
NOTE: this is a resend due to a typo creating a new typo as well as revision to the original.

drivers/usb/host/ehci-w90x900.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/ehci-w90x900.c b/drivers/usb/host/ehci-w90x900.c
index ec59808..fdd7c48 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)
--
1.7.10.4