[PATCH] Staging: vt6655: tether: fixed a brace coding style issue

2014-04-25 Thread Nicolas Del Piano
Fixed a coding style issue. Signed-off-by: Nicolas Del Piano --- drivers/staging/vt6655/tether.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/tether.c b/drivers/staging/vt6655/tether.c index a5dc3c09..1e7d3e2 100644 --- a/drivers/staging

[PATCH] Staging: octeon-usb: fixed a macro coding style issue

2014-04-25 Thread Nicolas Del Piano
Fixed a coding style error, macros with complex values should be enclosed in parentheses. Signed-off-by: Nicolas Del Piano --- drivers/staging/octeon-usb/octeon-hcd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers

[PATCH] Staging: octeon-usb: fixed a macro coding style issue

2014-04-25 Thread Nicolas Del Piano
Fixed a coding style error, macros with comples values should be enclosed in parenthesis. Signed-off-by: Nicolas Del Piano --- drivers/staging/octeon-usb/octeon-hcd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers

[PATCH] Staging: comedi: drivers: fixed a coding style issue.

2014-04-24 Thread Nicolas Del Piano
>From 38e0d5778bd97062115e7d8a8ca40d18f3d71707 Mon Sep 17 00:00:00 2001 From: Nicolas Del Piano Date: Thu, 24 Apr 2014 18:46:49 -0300 Subject: [PATCH] Staging: comedi: drivers: fixed a missing blank line after a declaration coding style. Fixed a coding style issue. Signed-off-by: Nicolas