Message ID | 1663597267-79308-1-git-send-email-gumi@linux.alibaba.com |
---|---|
State | New |
Headers | show |
Series | scsi: mpt3sas: add some indentation | expand |
> The line is indented too short, so it's a bit confusing. > > Signed-off-by: Gu Mi <gumi@linux.alibaba.com> > --- > drivers/scsi/mpt3sas/mpt3sas_scsih.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c > index bd6a5f1..025c6c7 100644 > --- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c > +++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c > @@ -10907,7 +10907,7 @@ void mpt3sas_scsih_pre_reset_handler(struct MPT3SAS_ADAPTER *ioc) > return 1; > break; > case MPI2_EVENT_PCIE_TOPOLOGY_CHANGE_LIST: > - _scsih_check_pcie_topo_remove_events(ioc, > + _scsih_check_pcie_topo_remove_events(ioc, > (Mpi26EventDataPCIeTopologyChangeList_t *) > mpi_reply->EventData); > if (ioc->shost_recovery)
diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c index bd6a5f1..025c6c7 100644 --- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c +++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c @@ -10907,7 +10907,7 @@ void mpt3sas_scsih_pre_reset_handler(struct MPT3SAS_ADAPTER *ioc) return 1; break; case MPI2_EVENT_PCIE_TOPOLOGY_CHANGE_LIST: - _scsih_check_pcie_topo_remove_events(ioc, + _scsih_check_pcie_topo_remove_events(ioc, (Mpi26EventDataPCIeTopologyChangeList_t *) mpi_reply->EventData); if (ioc->shost_recovery)
The line is indented too short, so it's a bit confusing. Signed-off-by: Gu Mi <gumi@linux.alibaba.com> --- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)