[CIFS] checkpatch cleanup

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French
2010-03-09 20:30:42 +00:00
parent abab095d1f
commit ff215713eb
2 changed files with 5 additions and 5 deletions

View File

@@ -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;