Re: [PATCH] drivers:staging:octeon-usb: Fixed Bitfields coding style errors

2014-01-31 Thread Aaro Koskinen
Hi, On Thu, Jan 30, 2014 at 11:17:47PM -0800, Surendra Patil wrote: > Fixed Below coding style errors - > octeon-hcd.h:146: ERROR: spaces prohibited around that ':' (ctx:WxW) > octeon-hcd.h:147: ERROR: spaces prohibited around that ':' (ctx:WxW) Not an error, checkpatch is wrong here. A. -- To

Re: [PATCH] drivers:staging:octeon-usb: Fixed Bitfields coding style errors

2014-01-31 Thread Aaro Koskinen
Hi, On Thu, Jan 30, 2014 at 11:17:47PM -0800, Surendra Patil wrote: Fixed Below coding style errors - octeon-hcd.h:146: ERROR: spaces prohibited around that ':' (ctx:WxW) octeon-hcd.h:147: ERROR: spaces prohibited around that ':' (ctx:WxW) Not an error, checkpatch is wrong here. A. -- To

[PATCH] drivers:staging:octeon-usb: Fixed Bitfields coding style errors

2014-01-30 Thread Surendra Patil
Fixed Below coding style errors - octeon-hcd.h:146: ERROR: spaces prohibited around that ':' (ctx:WxW) octeon-hcd.h:147: ERROR: spaces prohibited around that ':' (ctx:WxW) total: 243 errors, 0 warnings, 1819 lines checked - fixed all errors Signed-off-by: Surendra Patil ---

[PATCH] drivers:staging:octeon-usb: Fixed Bitfields coding style errors

2014-01-30 Thread Surendra Patil
Fixed Below coding style errors - octeon-hcd.h:146: ERROR: spaces prohibited around that ':' (ctx:WxW) octeon-hcd.h:147: ERROR: spaces prohibited around that ':' (ctx:WxW) total: 243 errors, 0 warnings, 1819 lines checked - fixed all errors Signed-off-by: Surendra Patil surendra@gmail.com ---