From: Cyrille Ruggero Date: Thu, 2 Apr 2015 14:09:14 +0000 (+0200) Subject: Staging: lustre: dir.c: adding a blank after a declaration. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=acc59a8b93ed4b57598506f30c89275dbb3f7f61;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- 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; }