projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e71f25
)
[CIFS] fix typo in previous commit
author
Steve French
<sfrench@us.ibm.com>
Thu, 20 Sep 2007 15:37:29 +0000
(15:37 +0000)
committer
Steve French
<sfrench@us.ibm.com>
Thu, 20 Sep 2007 15:37:29 +0000
(15:37 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c
patch
|
blob
|
history
diff --git
a/fs/cifs/connect.c
b/fs/cifs/connect.c
index 73ed9fcab821f2f50e8f2fe63835a80641f4b117..5c3cc6487e5903511583a5dd3da3631d5ed77ebd 100644
(file)
--- a/
fs/cifs/connect.c
+++ b/
fs/cifs/connect.c
@@
-1750,7
+1750,7
@@
void reset_cifs_unix_caps(int xid, struct cifsTconInfo *tcon,
"mounting with the Unix Extensions\n"
"disabled, if problems are found, "
"by specifying the nounix mount "
- "option.");
+ "option.")
)
;
}
}