aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraybuke ozdemir <[email protected]>2015-02-20 23:51:37 +0200
committerGreg Kroah-Hartman <[email protected]>2015-02-26 12:23:57 -0800
commit7979219006690da703dd7f08ec7cbc03dfeb984c (patch)
tree8b261c2dc6c0f73e0419c93c7ec62f1d5472d2d1
parent31982482c066eb4fdb06ff65d4c7fd059422099b (diff)
Staging: lustre: Add blank line after variable declarations
This patch fixes "Missing a blank line after declarations" checkpatch.pl warning in dir.c Signed-off-by: aybuke ozdemir <[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 cb632a121a6f..2b7482499847 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;
}