Skip to content

Commit

Permalink
[CIFS] Missing parenthesis from error message in previous fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French (sfrench@us.ibm.com)
  • Loading branch information
Steve French committed Oct 4, 2005
1 parent 8cc64c6 commit 04c0881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 04c0881

Please sign in to comment.