diff options
author | Steve French <sfrench@us.ibm.com> | 2010-03-09 20:30:42 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-03-09 20:30:42 +0000 |
commit | ff215713eb33c56301cf6bfec0143ddc7f22c138 (patch) | |
tree | 6b155e7d1b36b79d72f2cc67225744953e122117 /fs/cifs/inode.c | |
parent | abab095d1fd25986b910d3c46289d8fa3582cdc5 (diff) | |
download | linux-3.10-ff215713eb33c56301cf6bfec0143ddc7f22c138.tar.gz linux-3.10-ff215713eb33c56301cf6bfec0143ddc7f22c138.tar.bz2 linux-3.10-ff215713eb33c56301cf6bfec0143ddc7f22c138.zip |
[CIFS] checkpatch cleanup
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/inode.c')
-rw-r--r-- | fs/cifs/inode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 0d034a84bb8..723daaccbd0 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c @@ -510,9 +510,9 @@ int cifs_get_file_info(struct file *filp) if (rc == -EOPNOTSUPP || rc == -EINVAL) { /* * FIXME: legacy server -- fall back to path-based call? - * for now, just skip revalidating and mark inode for - * immediate reval. - */ + * for now, just skip revalidating and mark inode for + * immediate reval. + */ rc = 0; CIFS_I(inode)->time = 0; goto cgfi_exit; |