[PATCH 5/5] drivers:staging:dgnc:dpacompat.h- removed checkpatch.pl reported warnings

2014-01-30 Thread Avinash kumar
drivers:staging:dgnc:dpacompat.h- removed checkpatch.pl reported warnings Signed-off-by: Avinash Kumar avi.kp@gmail.com --- drivers/staging/dgnc/dpacompat.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/dgnc/dpacompat.h

Re: [PATCH 5/5] drivers:staging:dgnc:dpacompat.h- removed checkpatch.pl reported warnings

2014-01-30 Thread Greg KH
On Thu, Jan 30, 2014 at 06:18:48PM +0530, Avinash kumar wrote: drivers:staging:dgnc:dpacompat.h- removed checkpatch.pl reported warnings Which warnings? ___ devel mailing list de...@linuxdriverproject.org

Re: [PATCH 5/5] drivers:staging:dgnc:dpacompat.h- removed checkpatch.pl reported warnings

2014-01-30 Thread Greg KH
On Thu, Jan 30, 2014 at 07:52:27PM +0530, Avinash Kumar wrote: Apologies for not including in the body of the email. Please resend this with the information properly in the patch changelog entry. thanks, greg k-h ___ devel mailing list

[PATCH 5/5] drivers:staging:dgnc:dpacompat.h- removed checkpatch.pl reported warnings

2014-01-30 Thread Avinash kumar
drivers:staging:dgnc:dpacompat.h- removed following checkpatch.pl reported warnings sccc@ubuntu:~/lk/rc/linux$ ./scripts/checkpatch.pl --terse --file drivers/staging/dgnc/dpacompat.h drivers/staging/dgnc/dpacompat.h:109: ERROR: Macros with complex values should be enclosed in parenthesis

imx-hdmi fails to build with v3.13-10094-g9b0cd30

2014-01-30 Thread Josh Boyer
Hi All, After the DRM merge the imx-hdmi driver fails to build with the error below. I'm somewhat surprised this wasn't hit in linux-next. josh drivers/staging/imx-drm/imx-hdmi.c:55:6: error: nested redefinition of 'enum hdmi_colorimetry' enum hdmi_colorimetry { ^

Re: imx-hdmi fails to build with v3.13-10094-g9b0cd30

2014-01-30 Thread Fabio Estevam
On Thu, Jan 30, 2014 at 5:28 PM, Josh Boyer jwbo...@fedoraproject.org wrote: Hi All, After the DRM merge the imx-hdmi driver fails to build with the error below. I'm somewhat surprised this wasn't hit in linux-next. Sachin has already sent a patch to fix this issue:

Re: imx-hdmi fails to build with v3.13-10094-g9b0cd30

2014-01-30 Thread Josh Boyer
On Thu, Jan 30, 2014 at 2:31 PM, Fabio Estevam feste...@gmail.com wrote: On Thu, Jan 30, 2014 at 5:28 PM, Josh Boyer jwbo...@fedoraproject.org wrote: Hi All, After the DRM merge the imx-hdmi driver fails to build with the error below. I'm somewhat surprised this wasn't hit in linux-next.

Re: imx-hdmi fails to build with v3.13-10094-g9b0cd30

2014-01-30 Thread Fabio Estevam
On Thu, Jan 30, 2014 at 5:33 PM, Josh Boyer jwbo...@fedoraproject.org wrote: On Thu, Jan 30, 2014 at 2:31 PM, Fabio Estevam feste...@gmail.com wrote: On Thu, Jan 30, 2014 at 5:28 PM, Josh Boyer jwbo...@fedoraproject.org wrote: Hi All, After the DRM merge the imx-hdmi driver fails to build

[PATCH] Drivers:staging:octeon-usb: Fixed Few coding style errors

2014-01-30 Thread Surendra Patil
fixed below errors - only few listed octeon-hcd.c:162: ERROR: spaces prohibited around that ':' (ctx:WxW) cteon-hcd.c:249: ERROR: Macros with complex values should be enclosed in parenthesis octeon-hcd.c:992: WARNING: braces {} are not necessary for single statement blocks octeon-hcd.c:3228:

[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 ---