Pārlūkot izejas kodu

[CIFS] Missing parenthesis from error message in previous fix

Signed-off-by: Steve French (sfrench@us.ibm.com)
Steve French 20 gadi atpakaļ
vecāks
revīzija
04c08816d6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      fs/cifs/transport.c

+ 1 - 1
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;
 		}