From: Colin Ian King Date: Fri, 22 Dec 2017 00:39:36 +0000 (+0000) Subject: scsi: lpfc: fix a couple of minor indentation issues X-Git-Tag: v4.1.12-124.31.3~987 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b7bdc2a677bf8cc0ec6d46aa8585e2504c881c64;p=users%2Fjedix%2Flinux-maple.git scsi: lpfc: fix a couple of minor indentation issues Orabug: 27631736 Several statements are indented too far, fix these Signed-off-by: Colin Ian King Signed-off-by: Martin K. Petersen (cherry picked from commit 8fd03fd17ff903abf91583344aaea2043cbccdad) Signed-off-by: Dick dkennedy Signed-off-by: Dan Duval Reviewed-by: Jack Vogel --- diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c index 48db1de5c71b..16666d07aee7 100644 --- a/drivers/scsi/lpfc/lpfc_els.c +++ b/drivers/scsi/lpfc/lpfc_els.c @@ -6603,7 +6603,7 @@ lpfc_els_rcv_rtv(struct lpfc_vport *vport, struct lpfc_iocbq *cmdiocb, return 1; pcmd = (uint8_t *) (((struct lpfc_dmabuf *) elsiocb->context2)->virt); - *((uint32_t *) (pcmd)) = ELS_CMD_ACC; + *((uint32_t *) (pcmd)) = ELS_CMD_ACC; pcmd += sizeof(uint32_t); /* Skip past command */ /* use the command's xri in the response */ @@ -7883,9 +7883,9 @@ lpfc_els_unsol_buffer(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, lpfc_nlp_put(ndlp); break; case ELS_CMD_REC: - /* receive this due to exchange closed */ - rjt_err = LSRJT_UNABLE_TPC; - rjt_exp = LSEXP_INVALID_OX_RX; + /* receive this due to exchange closed */ + rjt_err = LSRJT_UNABLE_TPC; + rjt_exp = LSEXP_INVALID_OX_RX; break; default: lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_UNSOL,