From: Steve French Date: Tue, 4 Oct 2005 02:33:15 +0000 (-0700) Subject: [CIFS] Missing parenthesis from error message in previous fix X-Git-Tag: v2.6.15-rc1~18^2~35^2~5^2~18 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c08816d693f010ce14b8f408c6228600053af0;p=linux-2.6 [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 38b3b2463a..64c712629f 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c @@ -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; }