diff options
| author | Nathan Chancellor <[email protected]> | 2019-12-17 18:47:26 -0700 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2019-12-19 22:42:44 -0500 |
| commit | a808a04c861782e31fc30e342a619c144aaee14a (patch) | |
| tree | f7a0ea0c03091e218d52963e44679603eb76dd63 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 4dbc96ad65c45cdd4e895ed7ae4c151b780790c5 (diff) | |
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: a3667aaed569 ("[SCSI] csiostor: Chelsio FCoE offload driver")
Link: https://github.com/ClangBuiltLinux/linux/issues/818
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Nathan Chancellor <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions