projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc64c6
)
[CIFS] Missing parenthesis from error message in previous fix
author
Steve French
<sfrench@us.ibm.com>
Tue, 4 Oct 2005 02:33:15 +0000
(19:33 -0700)
committer
Steve 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/transport.c
b/fs/cifs/transport.c
index 38b3b2463ae4dc802affd97e2490e07c7f41ee5a..64c712629f2754cbdfcfafc85f37740a6fe9ed7e 100644
(file)
--- 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;
}