diff options
author | Steve French <sfrench@us.ibm.com> | 2007-07-13 00:33:32 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-07-13 00:33:32 +0000 |
commit | 50c2f75388727018c3c357454a247072915a9e3f (patch) | |
tree | e7c7cd30f1adee51be7af8bda5e937df5c899bc6 /fs/cifs/cifs_fs_sb.h | |
parent | 7521a3c566dda7bb09576975324fc0a08a79ad14 (diff) | |
download | op-kernel-dev-50c2f75388727018c3c357454a247072915a9e3f.zip op-kernel-dev-50c2f75388727018c3c357454a247072915a9e3f.tar.gz |
[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/cifs_fs_sb.h')
-rw-r--r-- | fs/cifs/cifs_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifs_fs_sb.h b/fs/cifs/cifs_fs_sb.h index 4cc2012e..34af556 100644 --- a/fs/cifs/cifs_fs_sb.h +++ b/fs/cifs/cifs_fs_sb.h @@ -43,6 +43,6 @@ struct cifs_sb_info { mode_t mnt_dir_mode; int mnt_cifs_flags; int prepathlen; - char * prepath; + char *prepath; }; #endif /* _CIFS_FS_SB_H */ |