Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: aacraid: Clean up some inconsistent indenting

Eliminate the following smatch warning:

drivers/scsi/aacraid/linit.c:867 aac_eh_tmf_hard_reset_fib() warn:
inconsistent indenting.

Link: https://lore.kernel.org/r/20220309005031.126504-1-jiapeng.chong@linux.alibaba.com
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Jiapeng Chong and committed by
Martin K. Petersen
f089ce7b d72d827f

+1 -1
+1 -1
drivers/scsi/aacraid/linit.c
··· 864 864 rst->error_length = cpu_to_le32(FW_ERROR_BUFFER_SIZE); 865 865 fib->hbacmd_size = sizeof(*rst); 866 866 867 - return HBA_IU_TYPE_SATA_REQ; 867 + return HBA_IU_TYPE_SATA_REQ; 868 868 } 869 869 870 870 static void aac_tmf_callback(void *context, struct fib *fibptr)