From: bincy <bincy_k_phi...@yahoo.co.in>

Signed-off-by: bincy k philip <bincy_k_phi...@yahoo.co.in>
---
 drivers/staging/octeon-usb/octeon-hcd.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/octeon-usb/octeon-hcd.c 
b/drivers/staging/octeon-usb/octeon-hcd.c
index 068aece..c1f715e 100644
--- a/drivers/staging/octeon-usb/octeon-hcd.c
+++ b/drivers/staging/octeon-usb/octeon-hcd.c
@@ -146,13 +146,13 @@ enum cvmx_usb_status {
  *                     status call.
  */
 struct cvmx_usb_port_status {
-       u32 reserved                    : 25;
-       u32 port_enabled                : 1;
-       u32 port_over_current           : 1;
-       u32 port_powered                : 1;
-       enum cvmx_usb_speed port_speed  : 2;
-       u32 connected                   : 1;
-       u32 connect_change              : 1;
+       u32 reserved:25;
+       u32 port_enabled:1;
+       u32 port_over_current:1;
+       u32 port_powered:1;
+       enum cvmx_usb_speed port_speed:2;
+       u32 connected:1;
+       u32 connect_change:1;
 };
 
 /**
-- 
1.8.3.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to