[PATCH] staging: lustre: fld: fixed symbol was not declared

2014-12-03 Thread Brian Vandre
Fixes the sparse warning: "warning: symbol 'fld_type_proc_dir' was not declared. Should it be static?" Also removes initialization to NULL. Signed-off-by: Brian Vandre --- drivers/staging/lustre/lustre/fld/fld_request.c | 2 +- 1 file changed, 1 insertion(+), 1 delet

[PATCH] Staging: xgifb: fix space before comma

2014-10-29 Thread Brian Vandre
This fixes the checkpatch.pl error: ERROR: space prohibited before that ',' Signed-off-by: Brian Vandre --- drivers/staging/xgifb/XGI_main_26.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_

Re: [PATCH v2] Staging: iio: adc: fix line over 80 characters

2014-10-23 Thread Brian Vandre
f the file so it might just be better to leave it. This being my first try I thank you all for your input. It has helped me learn quite a bit. Hopefully on the next patch I can fix something a little more meaningful! Thanks, Brian Vandre -- To unsubscribe from this list: send the line "un

Re: [PATCH v2] Staging: iio: adc: fix line over 80 characters

2014-10-23 Thread Brian Vandre
On Thu, Oct 23, 2014 at 12:50:00PM +0200, Lars-Peter Clausen wrote: > On 10/22/2014 06:21 AM, Sudip Mukherjee wrote: > >On Tue, Oct 21, 2014 at 05:56:47PM -0500, Brian Vandre wrote: > >>This fixes the 2 checkpatch.pl warnings: > >>WARNING: line over 80 characters >

Re: [PATCH v2] Staging: iio: adc: fix line over 80 characters

2014-10-22 Thread Brian Vandre
On Thu, Oct 23, 2014 at 01:47:37AM +0200, Hartmut Knaack wrote: > Sudip Mukherjee schrieb am 22.10.2014 06:21: > > On Tue, Oct 21, 2014 at 05:56:47PM -0500, Brian Vandre wrote: > >> This fixes the 2 checkpatch.pl warnings: > >> WARNING: line over 80 characters > >&

[PATCH v2] Staging: iio: adc: fix line over 80 characters

2014-10-21 Thread Brian Vandre
This fixes the 2 checkpatch.pl warnings: WARNING: line over 80 characters Signed-off-by: Brian Vandre --- drivers/staging/iio/adc/mxs-lradc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/iio/adc/mxs-lradc.c b/drivers/staging/iio/adc/mxs-lradc.c

[PATCH v2] Staging: iio: adc: Checkpatch.pl warning cleanups

2014-10-21 Thread Brian Vandre
This patch-set fixes 2 checkpatch.pl warnings dealing with lines over 80 characters. Changes from v1: -squashed 2 patches into 1 as suggested by Alexandre Belloni Brian Vandre (1): Staging: iio: adc: fix line over 80 characters drivers/staging/iio/adc/mxs-lradc.c | 6 -- 1 file changed

[PATCH 2/2] Staging: iio: adc: fix line over 80 characters

2014-10-20 Thread Brian Vandre
This fixes the checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Brian Vandre --- drivers/staging/iio/adc/mxs-lradc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/adc/mxs-lradc.c b/drivers/staging/iio/adc/mxs-lradc.c index

[PATCH 1/2] Staging: iio: adc: fix line over 80 characters

2014-10-20 Thread Brian Vandre
This fixes the checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Brian Vandre --- drivers/staging/iio/adc/mxs-lradc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/adc/mxs-lradc.c b/drivers/staging/iio/adc/mxs-lradc.c index

[PATCH 0/2] Staging: iio: adc: Checkpatch.pl warning cleanups

2014-10-20 Thread Brian Vandre
This patch-set fixes 2 checkpatch.pl warnings dealing with lines over 80 characters. Brian Vandre (2): Staging: iio: adc: fix line over 80 characters Staging: iio: adc: fix line over 80 characters drivers/staging/iio/adc/mxs-lradc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions