staging: lustre: Fix checkpatch.pl spacing-related errors
This patch fixes misc. spacing errors reported by checkpatch.pl for lustre/llite/file.c Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
abb368abf7
commit
57303e76c2
1 changed files with 4 additions and 3 deletions
|
@ -297,7 +297,8 @@ static int ll_md_close(struct obd_export *md_exp, struct inode *inode,
|
|||
__u64 flags = LDLM_FL_BLOCK_GRANTED | LDLM_FL_TEST_LOCK;
|
||||
struct lustre_handle lockh;
|
||||
struct inode *inode = file->f_dentry->d_inode;
|
||||
ldlm_policy_data_t policy = {.l_inodebits={MDS_INODELOCK_OPEN}};
|
||||
ldlm_policy_data_t policy = {
|
||||
.l_inodebits = {MDS_INODELOCK_OPEN} };
|
||||
|
||||
mutex_lock(&lli->lli_och_mutex);
|
||||
if (fd->fd_omode & FMODE_WRITE) {
|
||||
|
|
Loading…
Add table
Reference in a new issue