aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-07-12 20:33:32 -0400
committerSteve French <sfrench@us.ibm.com>2007-07-12 20:33:32 -0400
commit50c2f75388727018c3c357454a247072915a9e3f (patch)
treee7c7cd30f1adee51be7af8bda5e937df5c899bc6 /fs/cifs/cifsproto.h
parent7521a3c566dda7bb09576975324fc0a08a79ad14 (diff)
[CIFS] whitespace/formatting fixes
This should be the last big batch of whitespace/formatting fixes. checkpatch warnings for the cifs directory are down about 90% and many of the remaining ones are harder to remove or make the code harder to read. Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index 6a6e3f9f3f8..3a76c72f3c8 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -71,12 +71,12 @@ extern void header_assemble(struct smb_hdr *, char /* command */ ,
71 fixed section (word count) in two byte units */); 71 fixed section (word count) in two byte units */);
72extern int small_smb_init_no_tc(const int smb_cmd, const int wct, 72extern int small_smb_init_no_tc(const int smb_cmd, const int wct,
73 struct cifsSesInfo *ses, 73 struct cifsSesInfo *ses,
74 void ** request_buf); 74 void **request_buf);
75extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, 75extern int CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses,
76 const int stage, 76 const int stage,
77 const struct nls_table *nls_cp); 77 const struct nls_table *nls_cp);
78extern __u16 GetNextMid(struct TCP_Server_Info *server); 78extern __u16 GetNextMid(struct TCP_Server_Info *server);
79extern struct oplock_q_entry * AllocOplockQEntry(struct inode *, u16, 79extern struct oplock_q_entry *AllocOplockQEntry(struct inode *, u16,
80 struct cifsTconInfo *); 80 struct cifsTconInfo *);
81extern void DeleteOplockQEntry(struct oplock_q_entry *); 81extern void DeleteOplockQEntry(struct oplock_q_entry *);
82extern struct timespec cifs_NTtimeToUnix(u64 /* utc nanoseconds since 1601 */ ); 82extern struct timespec cifs_NTtimeToUnix(u64 /* utc nanoseconds since 1601 */ );
@@ -146,7 +146,7 @@ extern int get_dfs_path(int xid, struct cifsSesInfo *pSesInfo,
146 const char *old_path, 146 const char *old_path,
147 const struct nls_table *nls_codepage, 147 const struct nls_table *nls_codepage,
148 unsigned int *pnum_referrals, 148 unsigned int *pnum_referrals,
149 unsigned char ** preferrals, 149 unsigned char **preferrals,
150 int remap); 150 int remap);
151extern void reset_cifs_unix_caps(int xid, struct cifsTconInfo *tcon, 151extern void reset_cifs_unix_caps(int xid, struct cifsTconInfo *tcon,
152 struct super_block *sb, struct smb_vol *vol); 152 struct super_block *sb, struct smb_vol *vol);
@@ -312,9 +312,9 @@ extern int CIFSSMBCopy(int xid,
312 const char *fromName, 312 const char *fromName,
313 const __u16 target_tid, 313 const __u16 target_tid,
314 const char *toName, const int flags, 314 const char *toName, const int flags,
315 const struct nls_table *nls_codepage, 315 const struct nls_table *nls_codepage,
316 int remap_special_chars); 316 int remap_special_chars);
317extern int CIFSSMBNotify(const int xid, struct cifsTconInfo *tcon, 317extern int CIFSSMBNotify(const int xid, struct cifsTconInfo *tcon,
318 const int notify_subdirs, const __u16 netfid, 318 const int notify_subdirs, const __u16 netfid,
319 __u32 filter, struct file *file, int multishot, 319 __u32 filter, struct file *file, int multishot,
320 const struct nls_table *nls_codepage); 320 const struct nls_table *nls_codepage);
@@ -323,7 +323,7 @@ extern ssize_t CIFSSMBQAllEAs(const int xid, struct cifsTconInfo *tcon,
323 size_t bufsize, const struct nls_table *nls_codepage, 323 size_t bufsize, const struct nls_table *nls_codepage,
324 int remap_special_chars); 324 int remap_special_chars);
325extern ssize_t CIFSSMBQueryEA(const int xid, struct cifsTconInfo *tcon, 325extern ssize_t CIFSSMBQueryEA(const int xid, struct cifsTconInfo *tcon,
326 const unsigned char * searchName, const unsigned char *ea_name, 326 const unsigned char *searchName, const unsigned char *ea_name,
327 unsigned char *ea_value, size_t buf_size, 327 unsigned char *ea_value, size_t buf_size,
328 const struct nls_table *nls_codepage, int remap_special_chars); 328 const struct nls_table *nls_codepage, int remap_special_chars);
329extern int CIFSSMBSetEA(const int xid, struct cifsTconInfo *tcon, 329extern int CIFSSMBSetEA(const int xid, struct cifsTconInfo *tcon,