Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45798
b: refs/heads/master
c: bd2abf1
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Jan 21, 2007
1 parent f28af37 commit dce69bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76849e3e97a95f1ef4627b10305d38a686fab112
refs/heads/master: bd2abf177b3384375c43906be551d976e4c18166
4 changes: 2 additions & 2 deletions trunk/fs/cifs/cifs_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit dce69bd

Please sign in to comment.