Skip to content

Commit 596632d

Browse files
aaptelsmfrench
authored andcommitted
CIFS: fix typo in cifs_dbg
Signed-off-by: Aurelien Aptel <[email protected]> Signed-off-by: Steve French <[email protected]> Reported-by: Long Li <[email protected]>
1 parent 1d0cffa commit 596632d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/cifs/cifs_debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ do { \
5454
pr_debug_ ## ratefunc("%s: " \
5555
fmt, __FILE__, ##__VA_ARGS__); \
5656
} else if ((type) & VFS) { \
57-
pr_err_ ## ratefunc("CuIFS VFS: " \
57+
pr_err_ ## ratefunc("CIFS VFS: " \
5858
fmt, ##__VA_ARGS__); \
5959
} else if ((type) & NOISY && (NOISY != 0)) { \
6060
pr_debug_ ## ratefunc(fmt, ##__VA_ARGS__); \

0 commit comments

Comments
 (0)