mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
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>
This commit is contained in:
committed by
Steve French
parent
d201d7631c
commit
e83aa3528a
@@ -1145,7 +1145,7 @@ static int smb3_fs_context_parse_param(struct fs_context *fc,
|
||||
/* if iocharset not set then load_nls_default
|
||||
* is used by caller
|
||||
*/
|
||||
cifs_dbg(FYI, "iocharset set to %s\n", ctx->iocharset);
|
||||
cifs_dbg(FYI, "iocharset set to %s\n", ctx->iocharset);
|
||||
break;
|
||||
case Opt_netbiosname:
|
||||
memset(ctx->source_rfc1001_name, 0x20,
|
||||
|
||||
Reference in New Issue
Block a user