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:
Cyrille Ruggero 2015-04-02 16:09:14 +02:00 committed by Greg Kroah-Hartman
parent 21c25a9ff8
commit acc59a8b93

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;
}