diff mbox

[1/1] CIFS: fix typo in cifs_dbg

Message ID 20180419084420.28467-1-aaptel@suse.com (mailing list archive)
State New, archived
Headers show

Commit Message

Aurélien Aptel April 19, 2018, 8:44 a.m. UTC
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
---
 fs/cifs/cifs_debug.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Steve French April 19, 2018, 3:29 p.m. UTC | #1
merged into cifs-2.6.git for-next

On Thu, Apr 19, 2018 at 3:44 AM, Aurelien Aptel <aaptel@suse.com> wrote:
> Signed-off-by: Aurelien Aptel <aaptel@suse.com>
> ---
>  fs/cifs/cifs_debug.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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__);      \
> --
> 2.13.6
>
diff mbox

Patch

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__);	\