commit | 04c08816d693f010ce14b8f408c6228600053af0 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Mon Oct 03 19:33:15 2005 -0700 |
committer | Steve French <sfrench@us.ibm.com> | Mon Oct 03 19:33:15 2005 -0700 |
tree | 4382f43b09bd3660e2d7ead5fb27fa3f2d195995 | |
parent | 8cc64c6ecfef020d40829f3e1152aab006c13899 [diff] |
[CIFS] Missing parenthesis from error message in previous fix Signed-off-by: Steve French (sfrench@us.ibm.com)
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index 38b3b24..64c7126 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c
@@ -244,7 +244,7 @@ if(rc == 0) { /* should never happen, letting socket clear before retrying is our only obvious option here */ - cERROR(1,("tcp sent no data"); + cERROR(1,("tcp sent no data")); msleep(500); continue; }