scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show()
authorJustin Tee <justin.tee@broadcom.com>
Mon, 9 Jan 2023 23:33:06 +0000 (15:33 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 12 Jan 2023 05:03:14 +0000 (00:03 -0500)
commit6058304a66baae4470188337700392d6404079b3
tree6560c8adddf94148e617b013cc8ccca05864f2a6
parente63d2ea8385276c4617da261cd556be7ffc9817a
scsi: lpfc: Fix space indentation in lpfc_xcvr_data_show()

The kernel test robot detected inconsistent indentations for an if
statement block in the lpfc_xcvr_data_show() routine.

This patch reduces the extraneous tabs used for the if statement block in
question.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_attr.c