Files
linux/fs/cifs
Nathan Chancellor b524247efb cifs: Adjust indentation in smb2_open_file
commit 7935799e04 upstream.

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: 592fafe644 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-01-17 19:47:01 +01:00
..
2018-06-12 16:19:22 -07:00
2016-10-13 19:48:11 -05:00
2007-06-05 18:30:44 +00:00
2018-08-23 15:10:49 -05:00
2019-10-29 09:20:01 +01:00
2018-06-01 09:14:30 -05:00
2012-07-24 10:25:13 -05:00
2013-09-08 14:54:24 -05:00
2019-10-05 13:10:12 +02:00