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:
1d0cffa
)
CIFS: fix typo in cifs_dbg
author
Aurelien Aptel
<aaptel@suse.com>
Thu, 19 Apr 2018 08:44:20 +0000
(10:44 +0200)
committer
Steve French
<smfrench@gmail.com>
Fri, 20 Apr 2018 18:39:10 +0000
(13:39 -0500)
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Reported-by: Long Li <longli@microsoft.com>
fs/cifs/cifs_debug.h
patch
|
blob
|
history
diff --git
a/fs/cifs/cifs_debug.h
b/fs/cifs/cifs_debug.h
index fe5567655662cefc4edb7b52d071012e3b355f02..0e74690d11bc8e33c0472565860043175dc25995 100644
(file)
--- a/
fs/cifs/cifs_debug.h
+++ b/
fs/cifs/cifs_debug.h
@@
-54,7
+54,7
@@
do { \
pr_debug_ ## ratefunc("%s: " \
fmt, __FILE__, ##__VA_ARGS__); \
} else if ((type) & VFS) { \
- pr_err_ ## ratefunc("C
uIFS VFS: "
\
+ pr_err_ ## ratefunc("C
IFS VFS: "
\
fmt, ##__VA_ARGS__); \
} else if ((type) & NOISY && (NOISY != 0)) { \
pr_debug_ ## ratefunc(fmt, ##__VA_ARGS__); \