mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
committed by
Greg Kroah-Hartman
parent
31982482c0
commit
7979219006
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user