[PATCH] Staging: bcm: fix coding style warning

2014-08-15 Thread Ramesh Basukala
This is a patch to the vendorspecificextn.c that fixes coding style warning message line over 80 characters found by checkpatch.pl script. I am submitting this patch as required by Eudyptula Challenge. Signed-off-by: Ramesh Basukala --- drivers/staging/bcm/vendorspecificextn.c | 19

[PATCH] Staging: bmc: fix coding style warning

2014-08-14 Thread Ramesh Basukala
This is a patch to the vendorspecificextn.c that fixes coding style warning message line over 80 characters found by checkpatch.pl script. I am submitting this patch as required by Eudyptula Challenge. Signed-off-by: Ramesh Basukala --- drivers/staging/bcm/vendorspecificextn.c | 19

[PATCH] Staging: bmc: fix coding style warning

2014-08-13 Thread Ramesh Basukala
From: rbasukala This is a patch to the vendorspecificextn.c that fixes coding style warning message line over 80 characters found by checkpatch.pl script. I am submitting this patch as required by Eudyptula Challenge. Signed-off-by: Ramesh Basukala --- drivers/staging/bcm/vendorspecificextn.c

[PATCH 01/01] Staging: Fixes coding style warning

2014-06-20 Thread Ramesh Basukala
From: Ramesh Basukala Attached is a patch which fixes coding style warning message while running checkpatch script. This patch is currently against a linux 3.15.0-rc15-next kernel. I am submitting this patch as a part of Eudyptula Challenge task. Signed-off-by: Ramesh Basukala