]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[CIFS] Missing parenthesis from error message in previous fix
authorSteve French <sfrench@us.ibm.com>
Tue, 4 Oct 2005 02:33:15 +0000 (19:33 -0700)
committerSteve French <sfrench@us.ibm.com>
Tue, 4 Oct 2005 02:33:15 +0000 (19:33 -0700)
Signed-off-by: Steve French (sfrench@us.ibm.com)
fs/cifs/transport.c

index 38b3b2463ae4dc802affd97e2490e07c7f41ee5a..64c712629f2754cbdfcfafc85f37740a6fe9ed7e 100644 (file)
@@ -244,7 +244,7 @@ smb_send2(struct socket *ssocket, struct kvec *iov, int n_vec,
                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;
                }