We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0cffa commit 596632dCopy full SHA for 596632d
fs/cifs/cifs_debug.h
@@ -54,7 +54,7 @@ do { \
54
pr_debug_ ## ratefunc("%s: " \
55
fmt, __FILE__, ##__VA_ARGS__); \
56
} else if ((type) & VFS) { \
57
- pr_err_ ## ratefunc("CuIFS VFS: " \
+ pr_err_ ## ratefunc("CIFS VFS: " \
58
fmt, ##__VA_ARGS__); \
59
} else if ((type) & NOISY && (NOISY != 0)) { \
60
pr_debug_ ## ratefunc(fmt, ##__VA_ARGS__); \
0 commit comments