[PATCH] staging: lustre: ptlrpc: fix lproc_ptlrpc static declarations

2015-01-20 Thread Jon Bernard
it be static? Signed-off-by: Jon Bernard jbern...@tuxion.com --- drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c b/drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c

[PATCH] Staging: lustre: fix switch case statement indenting

2013-09-17 Thread Jon Bernard
This is a patch to lvfs_linux.c that fixes incorrect switch case statement indenting found by checkpatch.pl. Signed-off-by: Jon Bernard jbern...@tuxion.com --- drivers/staging/lustre/lustre/lvfs/lvfs_linux.c | 50 - 1 file changed, 25 insertions(+), 25 deletions(-) diff

[PATCH] Staging: lustre: fix assignment in if condition in fsfilt.c

2013-09-12 Thread Jon Bernard
This is a patch to the fsfilt.c file that fixes up three assignment in if condition errors found by the checkpatch.pl tool. Signed-off-by: Jon Bernard jbern...@tuxion.com --- drivers/staging/lustre/lustre/lvfs/fsfilt.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

[PATCH] Staging: lustre: fix a brace coding style issue in fsfilt.c

2013-09-12 Thread Jon Bernard
This is a patch to the fsfilt.c file that fixes up a brace warning found by the checkpatch.pl tool. Signed-off-by: Jon Bernard jbern...@tuxion.com --- drivers/staging/lustre/lustre/lvfs/fsfilt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lustre

[PATCH] Staging: lustre: fix formatting mistake in Kconfig

2013-09-11 Thread Jon Bernard
Signed-off-by: Jon Bernard jbern...@tuxion.com --- drivers/staging/lustre/lustre/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig index 4e898e4..f949728 100644 --- a/drivers/staging/lustre

[PATCH] Staging: fwserial: wrap a line that exceeds 80 characters

2013-09-10 Thread Jon Bernard
This is a patch to fwserial.c that wraps a line which previously exceeded the 80 character limit warning found by checkpatch.pl. This driver is now warning and error free, according to checkpatch.pl Signed-off-by: Jon Bernard jbern...@tuxion.com --- drivers/staging/fwserial/fwserial.c | 3