aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Ruggero <[email protected]>2015-04-02 16:09:14 +0200
committerGreg Kroah-Hartman <[email protected]>2015-04-03 12:41:32 +0200
commitacc59a8b93ed4b57598506f30c89275dbb3f7f61 (patch)
tree326c2da5d2c51aff1c4c7cb2e9eecf5a440bd8e3
parent21c25a9ff87502e74130b568c102802b27891f1b (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/lustre/lustre/llite/dir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lustre/llite/dir.c b/drivers/staging/lustre/lustre/llite/dir.c
index a18201913273..ad2cbc694e50 100644
--- a/drivers/staging/lustre/lustre/llite/dir.c
+++ b/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;
}