提交 04c08816 编写于 作者: S Steve French

[CIFS] Missing parenthesis from error message in previous fix

Signed-off-by: Steve French (sfrench@us.ibm.com)
上级 8cc64c6e
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册