diff options
author | Nathan Chancellor | 2019-12-17 20:04:51 -0700 |
---|---|---|
committer | Steve French | 2019-12-23 09:04:44 -0600 |
commit | 7935799e041ae10d380d04ea23868240f082bd11 (patch) | |
tree | caccd1feb782d8bdb0809b6e636a9b2a9a272f58 /mm/shuffle.c | |
parent | 46cf053efec6a3a5f343fead837777efe8252a46 (diff) |
cifs: Adjust indentation in smb2_open_file
Clang warns:
../fs/cifs/smb2file.c:70:3: warning: misleading indentation; statement
is not part of the previous 'if' [-Wmisleading-indentation]
if (oparms->tcon->use_resilient) {
^
../fs/cifs/smb2file.c:66:2: note: previous statement is here
if (rc)
^
1 warning generated.
This warning occurs because there is a space after the tab on this line.
Remove it so that the indentation is consistent with the Linux kernel
coding style and clang no longer warns.
Fixes: 592fafe644bf ("Add resilienthandles mount parm")
Link: https://github.com/ClangBuiltLinux/linux/issues/826
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'mm/shuffle.c')
0 files changed, 0 insertions, 0 deletions