Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scsi: csiostor: Adjust indentation in csio_device_reset
Clang warns: ../drivers/scsi/csiostor/csio_scsi.c:1386:3: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] csio_lnodes_exit(hw, 1); ^ ../drivers/scsi/csiostor/csio_scsi.c:1382:2: note: previous statement is here if (*buf != '1') ^ 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: a3667aa ("[SCSI] csiostor: Chelsio FCoE offload driver") Link: ClangBuiltLinux#818 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nathan Chancellor <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
- Loading branch information