android_kernel_samsung_a7y1.../drivers/scsi/qla4xxx
Nathan Chancellor ae0c09708d scsi: qla4xxx: Adjust indentation in qla4xxx_mem_free
commit aa8679736a82386551eb9f3ea0e6ebe2c0e99104 upstream.

Clang warns:

../drivers/scsi/qla4xxx/ql4_os.c:4148:3: warning: misleading
indentation; statement is not part of the previous 'if'
[-Wmisleading-indentation]
         if (ha->fw_dump)
         ^
../drivers/scsi/qla4xxx/ql4_os.c:4144:2: note: previous statement is
here
        if (ha->queues)
        ^
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: 068237c87c64 ("[SCSI] qla4xxx: Capture minidump for ISP82XX on firmware failure")
Link: https://github.com/ClangBuiltLinux/linux/issues/819
Link: https://lore.kernel.org/r/20191218015252.20890-1-natechancellor@gmail.com
Acked-by: Manish Rangankar <mrangankar@marvell.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-07 13:50:45 +02:00
..
Kconfig A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Makefile A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_83xx.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_83xx.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_attr.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_bsg.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_bsg.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_dbg.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_dbg.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_def.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_fw.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_glbl.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_init.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_inline.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_iocb.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_isr.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_mbx.c scsi: qla4xxx: fix double free bug 2020-04-07 13:38:52 +02:00
ql4_nvram.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_nvram.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_nx.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_nx.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ql4_os.c scsi: qla4xxx: Adjust indentation in qla4xxx_mem_free 2020-04-07 13:50:45 +02:00
ql4_version.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30