Skip to content

Commit

Permalink
cifs: Fix inconsistent indenting
Browse files Browse the repository at this point in the history
Eliminate the follow smatch warning:

fs/cifs/fs_context.c:1148 smb3_fs_context_parse_param() warn:
inconsistent indenting.

Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
Signed-off-by: Steve French <[email protected]>
  • Loading branch information
Jiapeng Chong authored and Steve French committed May 20, 2021
1 parent d201d76 commit e83aa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/fs_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e83aa35

Please sign in to comment.