Re: [PATCH] scsi: lpfc: Make function lpfc_defer_pt2pt_acc static

2019-10-09 Thread Martin K. Petersen
zhengbin, > drivers/scsi/lpfc/lpfc_nportdisc.c:290:1: warning: symbol > 'lpfc_defer_pt2pt_acc' was not declared. Should it be static? Applied to 5.5/scsi-queue, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: lpfc: Make function lpfc_defer_pt2pt_acc static

2019-10-04 Thread James Smart
On 10/4/2019 5:46 AM, Dick Kennedy wrote: Looks Good. ACK On Fri, Oct 4, 2019 at 5:58 AM zhengbin > wrote: Fix sparse warnings: drivers/scsi/lpfc/lpfc_nportdisc.c:290:1: warning: symbol 'lpfc_defer_pt2pt_acc' was not declared. Should it be static?

[PATCH] scsi: lpfc: Make function lpfc_defer_pt2pt_acc static

2019-10-04 Thread zhengbin
Fix sparse warnings: drivers/scsi/lpfc/lpfc_nportdisc.c:290:1: warning: symbol 'lpfc_defer_pt2pt_acc' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: zhengbin --- drivers/scsi/lpfc/lpfc_nportdisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git