forked from Minki/linux
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: Cyrille Ruggero <cyrille.ruggero@ens.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
21c25a9ff8
commit
acc59a8b93
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user