]> git.baikalelectronics.ru Git - kernel.git/commitdiff
CIFS: fix typo in cifs_dbg
authorAurelien Aptel <aaptel@suse.com>
Thu, 19 Apr 2018 08:44:20 +0000 (10:44 +0200)
committerSteve 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

index fe5567655662cefc4edb7b52d071012e3b355f02..0e74690d11bc8e33c0472565860043175dc25995 100644 (file)
@@ -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__);      \