Commit acc59a8b authored by Cyrille Ruggero's avatar Cyrille Ruggero Committed by Greg Kroah-Hartman

Staging: lustre: dir.c: adding a blank after a declaration.

Adding a blank in this file after a declaration as reported by checkpatch.pl.
Signed-off-by: default avatarCyrille Ruggero <cyrille.ruggero@ens.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 21c25a9f
......@@ -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