Skip to content

Commit e83aa35

Browse files
wb-zjp846396smfrench
authored andcommitted
cifs: Fix inconsistent indenting
Eliminate the follow smatch warning: fs/cifs/fs_context.c:1148 smb3_fs_context_parse_param() warn: inconsistent indenting. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent d201d76 commit e83aa35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/cifs/fs_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ static int smb3_fs_context_parse_param(struct fs_context *fc,
11451145
/* if iocharset not set then load_nls_default
11461146
* is used by caller
11471147
*/
1148-
cifs_dbg(FYI, "iocharset set to %s\n", ctx->iocharset);
1148+
cifs_dbg(FYI, "iocharset set to %s\n", ctx->iocharset);
11491149
break;
11501150
case Opt_netbiosname:
11511151
memset(ctx->source_rfc1001_name, 0x20,

0 commit comments

Comments
 (0)