diff options
author | Vivek Gautam | 2013-04-12 16:34:34 +0530 |
---|---|---|
committer | Marek Vasut | 2013-05-05 23:54:22 +0200 |
commit | 605bd75af565011aa46e6d80a32e2aa03aff8159 (patch) | |
tree | 1ca4e1cc010c7b6cdf53826cd3aff098e7205dad /include/usb_defs.h | |
parent | ceb4972a8f4082019f2b36bd24a27b5dedaa4801 (diff) |
USB: Some cleanup prior to USB 3.0 interface addition
Some cleanup in usb framework, nothing much on feature side.
Signed-off-by: Vikas C Sajjan <vikas.sajjan@samsung.com>
Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Diffstat (limited to 'include/usb_defs.h')
-rw-r--r-- | include/usb_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb_defs.h b/include/usb_defs.h index 5c5478f7cf5..c0022e6759f 100644 --- a/include/usb_defs.h +++ b/include/usb_defs.h @@ -247,7 +247,7 @@ #define HUB_CHAR_OCPM 0x0018 /* - *Hub Status & Hub Change bit masks + * Hub Status & Hub Change bit masks */ #define HUB_STATUS_LOCAL_POWER 0x0001 #define HUB_STATUS_OVERCURRENT 0x0002 |