commit | 26f57364d7cdef9d7ebe27c931fff5e4f21ffb1c | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Thu Aug 30 22:09:15 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Aug 30 22:09:15 2007 +0000 |
tree | 28f991e3ea9e87244312015398f5f25d2eee4405 | |
parent | f01d5e14e764b14b6bf5512678523d009254b209 [diff] [blame] |
[CIFS] formatting cleanup found by checkpatch Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c index 916df94..b5a9bff 100644 --- a/fs/cifs/readdir.c +++ b/fs/cifs/readdir.c
@@ -1067,7 +1067,7 @@ for (i = 0; (i < num_to_fill) && (rc == 0); i++) { if (current_entry == NULL) { /* evaluate whether this case is an error */ - cERROR(1,("past end of SMB num to fill %d i %d", + cERROR(1, ("past SMB end, num to fill %d i %d", num_to_fill, i)); break; }