diff options
author | Steve French <sfrench@us.ibm.com> | 2010-10-07 18:46:32 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-10-07 18:46:32 +0000 |
commit | 13cd4b7f7472eea7cbc1ab34e042842fbb902160 (patch) | |
tree | 484c6d868b448d4386fbe16e01f1ca5e2d01a40c /fs/cifs/cifsglob.h | |
parent | 0eb8a132c449c755b7a3f18f33365b2040c47347 (diff) | |
download | op-kernel-dev-13cd4b7f7472eea7cbc1ab34e042842fbb902160.zip op-kernel-dev-13cd4b7f7472eea7cbc1ab34e042842fbb902160.tar.gz |
[CIFS] Various small checkpatch cleanups
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 9a7c472..4f85dfd 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -517,16 +517,16 @@ struct oplock_q_entry { /* for pending dnotify requests */ struct dir_notify_req { - struct list_head lhead; - __le16 Pid; - __le16 PidHigh; - __u16 Mid; - __u16 Tid; - __u16 Uid; - __u16 netfid; - __u32 filter; /* CompletionFilter (for multishot) */ - int multishot; - struct file *pfile; + struct list_head lhead; + __le16 Pid; + __le16 PidHigh; + __u16 Mid; + __u16 Tid; + __u16 Uid; + __u16 netfid; + __u32 filter; /* CompletionFilter (for multishot) */ + int multishot; + struct file *pfile; }; struct dfs_info3_param { |