projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76849e3
)
[CIFS] cifs sprintf fix
author
Steve French
<sfrench@us.ibm.com>
Sun, 21 Jan 2007 23:19:01 +0000
(23:19 +0000)
committer
Steve French
<sfrench@us.ibm.com>
Sun, 21 Jan 2007 23:19:01 +0000
(23:19 +0000)
Cc: <alert7@xfocus.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifs_debug.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifs_debug.c
b/fs/cifs/cifs_debug.c
index 96abeb7389784d4e3f5fa6eb4ee72ea8d66b947a..6017c465440eaef7299e60632b0f03b71dcbffe4 100644
(file)
--- a/
fs/cifs/cifs_debug.c
+++ b/
fs/cifs/cifs_debug.c
@@
-143,8
+143,8
@@
cifs_debug_data_read(char *buf, char **beginBuffer, off_t offset,
ses = list_entry(tmp, struct cifsSesInfo, cifsSessionList);
if((ses->serverDomain == NULL) || (ses->serverOS == NULL) ||
(ses->serverNOS == NULL)) {
- buf += sprintf(
"\nentry for %s not fully displayed\n\t",
- ses->serverName);
+ buf += sprintf(
buf, "\nentry for %s not fully "
+
"displayed\n\t",
ses->serverName);
} else {
length =