Browse Source

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>
Cyrille Ruggero 10 years ago
parent
commit
acc59a8b93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/lustre/lustre/llite/dir.c

+ 1 - 0
drivers/staging/lustre/lustre/llite/dir.c

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