Staging: lustre: Add blank line after variable declarations

This patch fixes "Missing a blank line after declarations" checkpatch.pl
warning in dir.c

Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
aybuke ozdemir
2015-02-20 23:51:37 +02:00
committed by Greg Kroah-Hartman
parent 31982482c0
commit 7979219006

View File

@@ -1518,6 +1518,7 @@ out_rmdir:
lump = (struct lov_user_md *)arg;
} else {
struct lov_user_mds_data *lmdp;
lmdp = (struct lov_user_mds_data *)arg;
lump = &lmdp->lmd_lmm;
}