aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/mgc
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2016-04-12 21:11:08 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-26 15:13:13 -0700
commit6a6514719455fd114a17c0e8c6ffff0f8c5151d6 (patch)
treef0886b3a6754095ed67a271933587c0a7b05d708 /drivers/staging/lustre/lustre/mgc
parentstaging: lustre: libcfs: Fix libcfs_ioctl() prototype. (diff)
downloadlinux-dev-6a6514719455fd114a17c0e8c6ffff0f8c5151d6.tar.xz
linux-dev-6a6514719455fd114a17c0e8c6ffff0f8c5151d6.zip
staging/lustre: Fix blank line after/before {/} style
This patch fixes all checkpatch occurences of CHECK: Blank lines aren't necessary after an open brace '{' CHECK: Blank lines aren't necessary before a close brace '}' in Lustre code. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/mgc')
-rw-r--r--drivers/staging/lustre/lustre/mgc/mgc_request.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/mgc/mgc_request.c b/drivers/staging/lustre/lustre/mgc/mgc_request.c
index 3924b095bfb0..0c3bd1648a88 100644
--- a/drivers/staging/lustre/lustre/mgc/mgc_request.c
+++ b/drivers/staging/lustre/lustre/mgc/mgc_request.c
@@ -1720,7 +1720,6 @@ static int mgc_process_config(struct obd_device *obd, u32 len, void *buf)
CERROR("Unknown command: %d\n", lcfg->lcfg_command);
rc = -EINVAL;
goto out;
-
}
}
out: