diff options
author | Aurelien Aptel <aaptel@suse.com> | 2018-04-19 10:44:20 +0200 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2018-04-20 13:39:10 -0500 |
commit | 596632de0440baecaccc9d4347329c64661c400f (patch) | |
tree | 7e4f54930d1002cb75ec59549122b5cf476bab00 /fs | |
parent | 1d0cffa674cfa7d185a302c8c6850fc50b893bed (diff) | |
download | linux-596632de0440baecaccc9d4347329c64661c400f.tar.bz2 |
CIFS: fix typo in cifs_dbg
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Reported-by: Long Li <longli@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/cifs_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifs_debug.h b/fs/cifs/cifs_debug.h index fe5567655662..0e74690d11bc 100644 --- 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("CuIFS VFS: " \ + pr_err_ ## ratefunc("CIFS VFS: " \ fmt, ##__VA_ARGS__); \ } else if ((type) & NOISY && (NOISY != 0)) { \ pr_debug_ ## ratefunc(fmt, ##__VA_ARGS__); \ |