[PATCH] staging: wlags49_h2: fix sparse warning "should it be static"

2014-05-07 Thread Luis Ortega
Fixes the following warning: drivers/staging/wlags49_h2/sta_h2.c:4471:10: warning: symbol 'fw_image' was not declared. Should it be static? Signed-off-by: Luis Ortega --- drivers/staging/wlags49_h2/sta_h2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

[PATCH v2] Staging: bcm: Qos: fixed braces' coding style

2014-04-09 Thread Luis Ortega
Fixed badly placed and unnecessary braces. PS: Performed as task 10 of the Eudyptula Challenge. Signed-off-by: Luis Ortega --- Changes for v2: - Removed accidental --- drivers/staging/bcm/Qos.c | 174 +- 1 file changed, 48 insertions(+), 126

Re: [PATCH] Staging: bcm: Qos: fixed braces' coding style

2014-04-09 Thread Luis Ortega
On Tue, Apr 8, 2014 at 11:11 PM, Greg KH wrote: > > Why the before the '{' character? It must have slipped in accidentally. Feel free to remove. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinf

[PATCH] Staging: bcm: Qos: fixed braces' coding style

2014-04-08 Thread Luis Ortega
Fixed badly placed and unnecessary braces. PS: Performed as task 10 of the Eudyptula Challenge. Signed-off-by: Luis Ortega --- drivers/staging/bcm/Qos.c | 174 +- 1 file changed, 48 insertions(+), 126 deletions(-) diff --git a/drivers/staging/bcm

[PATCH] Staging: dwc2: core: coding style - indentation should use tabs

2013-09-25 Thread Luis Ortega Perez de Villar
Fixed coding style issue where lines are indented with spaces instead of tabs. Signed-off-by: Luis Ortega Perez de Villar --- drivers/staging/dwc2/core.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/dwc2/core.c b/drivers/staging/dwc2/core.c index