Commit 79792190 authored by aybuke ozdemir's avatar aybuke ozdemir Committed by Greg Kroah-Hartman

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: default avataraybuke ozdemir <aybuke.147@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 31982482
......@@ -1518,6 +1518,7 @@ static long ll_dir_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
lump = (struct lov_user_md *)arg;
} else {
struct lov_user_mds_data *lmdp;
lmdp = (struct lov_user_mds_data *)arg;
lump = &lmdp->lmd_lmm;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment