All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lpfc: fix missing prototype for lpfc_nvmet_prep_abort_wqe
@ 2020-11-19 20:33 James Smart
  2020-11-20  3:22 ` Martin K. Petersen
  2020-11-24  3:58 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: James Smart @ 2020-11-19 20:33 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart, kernel test robot

[-- Attachment #1: Type: text/plain, Size: 803 bytes --]

lpfc_nvmet_prep_abort_wqe needs to be declared static

Fixes: db7531d2b377 ("scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlers")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
---
 drivers/scsi/lpfc/lpfc_nvmet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/lpfc/lpfc_nvmet.c b/drivers/scsi/lpfc/lpfc_nvmet.c
index c8b9434ae5cf..a71df8788fff 100644
--- a/drivers/scsi/lpfc/lpfc_nvmet.c
+++ b/drivers/scsi/lpfc/lpfc_nvmet.c
@@ -3336,7 +3336,7 @@ lpfc_nvmet_unsol_issue_abort(struct lpfc_hba *phba,
  *
  * This function is called with hbalock held.
  **/
-void
+static void
 lpfc_nvmet_prep_abort_wqe(struct lpfc_iocbq *pwqeq, u16 xritag, u8 opt)
 {
 	union lpfc_wqe128 *wqe = &pwqeq->wqe;
-- 
2.26.2


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4163 bytes --]

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

* Re: [PATCH] lpfc: fix missing prototype for lpfc_nvmet_prep_abort_wqe
  2020-11-19 20:33 [PATCH] lpfc: fix missing prototype for lpfc_nvmet_prep_abort_wqe James Smart
@ 2020-11-20  3:22 ` Martin K. Petersen
  2020-11-24  3:58 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2020-11-20  3:22 UTC (permalink / raw)
  To: James Smart; +Cc: linux-scsi, kernel test robot


James,

> lpfc_nvmet_prep_abort_wqe needs to be declared static

Applied to 5.11/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH] lpfc: fix missing prototype for lpfc_nvmet_prep_abort_wqe
  2020-11-19 20:33 [PATCH] lpfc: fix missing prototype for lpfc_nvmet_prep_abort_wqe James Smart
  2020-11-20  3:22 ` Martin K. Petersen
@ 2020-11-24  3:58 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2020-11-24  3:58 UTC (permalink / raw)
  To: linux-scsi, James Smart; +Cc: Martin K . Petersen, kernel test robot

On Thu, 19 Nov 2020 12:33:16 -0800, James Smart wrote:

> lpfc_nvmet_prep_abort_wqe needs to be declared static

Applied to 5.11/scsi-queue, thanks!

[1/1] scsi: lpfc: Fix missing prototype for lpfc_nvmet_prep_abort_wqe()
      https://git.kernel.org/mkp/scsi/c/185d17e11e7f

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2020-11-24  3:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19 20:33 [PATCH] lpfc: fix missing prototype for lpfc_nvmet_prep_abort_wqe James Smart
2020-11-20  3:22 ` Martin K. Petersen
2020-11-24  3:58 ` Martin K. Petersen

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.