[PATCH] Stagingdriver:octeon-hcd.c modified for checkpatch fixes

bincy bincy_k_philip at yahoo.co.in
Tue Jun 13 06:01:42 UTC 2017


Signed-off-by: bincy k philip <bincy_k_philip at 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



More information about the devel mailing list