aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2010-10-07 14:46:32 -0400
committerSteve French <sfrench@us.ibm.com>2010-10-07 14:46:32 -0400
commit13cd4b7f7472eea7cbc1ab34e042842fbb902160 (patch)
tree484c6d868b448d4386fbe16e01f1ca5e2d01a40c /fs
parent0eb8a132c449c755b7a3f18f33365b2040c47347 (diff)
[CIFS] Various small checkpatch cleanups
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/cifs_debug.h2
-rw-r--r--fs/cifs/cifsfs.h2
-rw-r--r--fs/cifs/cifsglob.h20
3 files changed, 12 insertions, 12 deletions
diff --git a/fs/cifs/cifs_debug.h b/fs/cifs/cifs_debug.h
index aa316891ac0c..8942b28cf807 100644
--- a/fs/cifs/cifs_debug.h
+++ b/fs/cifs/cifs_debug.h
@@ -34,7 +34,7 @@ void cifs_dump_mids(struct TCP_Server_Info *);
34extern int traceSMB; /* flag which enables the function below */ 34extern int traceSMB; /* flag which enables the function below */
35void dump_smb(struct smb_hdr *, int); 35void dump_smb(struct smb_hdr *, int);
36#define CIFS_INFO 0x01 36#define CIFS_INFO 0x01
37#define CIFS_RC 0x02 37#define CIFS_RC 0x02
38#define CIFS_TIMER 0x04 38#define CIFS_TIMER 0x04
39 39
40/* 40/*
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index d82f5fb4761e..786bdf36aebf 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -104,7 +104,7 @@ extern int cifs_readlink(struct dentry *direntry, char __user *buffer,
104extern int cifs_symlink(struct inode *inode, struct dentry *direntry, 104extern int cifs_symlink(struct inode *inode, struct dentry *direntry,
105 const char *symname); 105 const char *symname);
106extern int cifs_removexattr(struct dentry *, const char *); 106extern int cifs_removexattr(struct dentry *, const char *);
107extern int cifs_setxattr(struct dentry *, const char *, const void *, 107extern int cifs_setxattr(struct dentry *, const char *, const void *,
108 size_t, int); 108 size_t, int);
109extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t); 109extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t);
110extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); 110extern ssize_t cifs_listxattr(struct dentry *, char *, size_t);
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 */
519struct dir_notify_req { 519struct 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
532struct dfs_info3_param { 532struct dfs_info3_param {