aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/file.c
diff options
context:
space:
mode:
authoraybuke ozdemir <aybuke.147@gmail.com>2015-02-26 23:45:47 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-26 15:26:07 -0800
commitc7849595f56862480cabbbae4f445c9f158168db (patch)
tree7eff96bd662033e7c58e3e2d78d46a91e8dbe472 /drivers/staging/lustre/lustre/llite/file.c
parentStaging: lustre: Corrected code indentation (diff)
downloadlinux-dev-c7849595f56862480cabbbae4f445c9f158168db.tar.xz
linux-dev-c7849595f56862480cabbbae4f445c9f158168db.zip
Staging: lustre: Added spaces around '='
Add spaces around =, to conform to kernel coding type. This problem was found by checkpatch. Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/llite/file.c')
-rw-r--r--drivers/staging/lustre/lustre/llite/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/file.c b/drivers/staging/lustre/lustre/llite/file.c
index 247b4f038588..ab8f1a98c746 100644
--- a/drivers/staging/lustre/lustre/llite/file.c
+++ b/drivers/staging/lustre/lustre/llite/file.c
@@ -270,7 +270,7 @@ static int ll_md_close(struct obd_export *md_exp, struct inode *inode,
int lockmode;
__u64 flags = LDLM_FL_BLOCK_GRANTED | LDLM_FL_TEST_LOCK;
struct lustre_handle lockh;
- ldlm_policy_data_t policy = {.l_inodebits={MDS_INODELOCK_OPEN}};
+ ldlm_policy_data_t policy = {.l_inodebits = {MDS_INODELOCK_OPEN}};
int rc = 0;
/* clear group lock, if present */