All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: lpfc: Remove the repeated declaration
@ 2021-05-27 12:09 Shaokun Zhang
  2021-06-10  3:38 ` Shaokun Zhang
  0 siblings, 1 reply; 2+ messages in thread
From: Shaokun Zhang @ 2021-05-27 12:09 UTC (permalink / raw)
  To: linux-scsi
  Cc: Shaokun Zhang, James Smart, Dick Kennedy, James E.J. Bottomley,
	Martin K. Petersen

Function 'lpfc_selective_reset' is declared twice, so remove the
repeated declaration.

Cc: James Smart <james.smart@broadcom.com>
Cc: Dick Kennedy <dick.kennedy@broadcom.com>
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 drivers/scsi/lpfc/lpfc_crtn.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h
index 383abf46fd29..24927c58e97b 100644
--- a/drivers/scsi/lpfc/lpfc_crtn.h
+++ b/drivers/scsi/lpfc/lpfc_crtn.h
@@ -509,7 +509,6 @@ void lpfc_sli_abts_recover_port(struct lpfc_vport *,
 int lpfc_hba_init_link_fc_topology(struct lpfc_hba *, uint32_t, uint32_t);
 int lpfc_issue_reg_vfi(struct lpfc_vport *);
 int lpfc_issue_unreg_vfi(struct lpfc_vport *);
-int lpfc_selective_reset(struct lpfc_hba *);
 int lpfc_sli4_read_config(struct lpfc_hba *);
 void lpfc_sli4_node_prep(struct lpfc_hba *);
 int lpfc_sli4_els_sgl_update(struct lpfc_hba *phba);
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scsi: lpfc: Remove the repeated declaration
  2021-05-27 12:09 [PATCH] scsi: lpfc: Remove the repeated declaration Shaokun Zhang
@ 2021-06-10  3:38 ` Shaokun Zhang
  0 siblings, 0 replies; 2+ messages in thread
From: Shaokun Zhang @ 2021-06-10  3:38 UTC (permalink / raw)
  To: linux-scsi
  Cc: James Smart, Dick Kennedy, James E.J. Bottomley, Martin K. Petersen

Hi,

A gentle ping, sorry for the noise.

Thanks,
Shaokun

On 2021/5/27 20:09, Shaokun Zhang wrote:
> Function 'lpfc_selective_reset' is declared twice, so remove the
> repeated declaration.
> 
> Cc: James Smart <james.smart@broadcom.com>
> Cc: Dick Kennedy <dick.kennedy@broadcom.com>
> Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
> Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
> ---
>  drivers/scsi/lpfc/lpfc_crtn.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h
> index 383abf46fd29..24927c58e97b 100644
> --- a/drivers/scsi/lpfc/lpfc_crtn.h
> +++ b/drivers/scsi/lpfc/lpfc_crtn.h
> @@ -509,7 +509,6 @@ void lpfc_sli_abts_recover_port(struct lpfc_vport *,
>  int lpfc_hba_init_link_fc_topology(struct lpfc_hba *, uint32_t, uint32_t);
>  int lpfc_issue_reg_vfi(struct lpfc_vport *);
>  int lpfc_issue_unreg_vfi(struct lpfc_vport *);
> -int lpfc_selective_reset(struct lpfc_hba *);
>  int lpfc_sli4_read_config(struct lpfc_hba *);
>  void lpfc_sli4_node_prep(struct lpfc_hba *);
>  int lpfc_sli4_els_sgl_update(struct lpfc_hba *phba);
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-10  3:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 12:09 [PATCH] scsi: lpfc: Remove the repeated declaration Shaokun Zhang
2021-06-10  3:38 ` Shaokun Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.