diff options
author | Steve French <sfrench@us.ibm.com> | 2010-10-07 14:46:32 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-10-07 14:46:32 -0400 |
commit | 13cd4b7f7472eea7cbc1ab34e042842fbb902160 (patch) | |
tree | 484c6d868b448d4386fbe16e01f1ca5e2d01a40c /fs/cifs/cifsglob.h | |
parent | 0eb8a132c449c755b7a3f18f33365b2040c47347 (diff) |
[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 9a7c472a153f..4f85dfdf197d 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -517,16 +517,16 @@ struct oplock_q_entry { | |||
517 | 517 | ||
518 | /* for pending dnotify requests */ | 518 | /* for pending dnotify requests */ |
519 | struct dir_notify_req { | 519 | struct dir_notify_req { |
520 | struct list_head lhead; | 520 | struct list_head lhead; |
521 | __le16 Pid; | 521 | __le16 Pid; |
522 | __le16 PidHigh; | 522 | __le16 PidHigh; |
523 | __u16 Mid; | 523 | __u16 Mid; |
524 | __u16 Tid; | 524 | __u16 Tid; |
525 | __u16 Uid; | 525 | __u16 Uid; |
526 | __u16 netfid; | 526 | __u16 netfid; |
527 | __u32 filter; /* CompletionFilter (for multishot) */ | 527 | __u32 filter; /* CompletionFilter (for multishot) */ |
528 | int multishot; | 528 | int multishot; |
529 | struct file *pfile; | 529 | struct file *pfile; |
530 | }; | 530 | }; |
531 | 531 | ||
532 | struct dfs_info3_param { | 532 | struct dfs_info3_param { |