]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: lpfc: Correct function header comments related to ndlp reference counting
authorJames Smart <jsmart2021@gmail.com>
Mon, 1 Mar 2021 17:18:19 +0000 (09:18 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 4 Mar 2021 22:37:05 +0000 (17:37 -0500)
commit26169ed983b82d0fa3799afb594643472178ff9f
tree6836c872b99f6ebaa62b2901893537fb677bf8c0
parent3519396e88e25b1f78a5389ebbe98a63f4941107
scsi: lpfc: Correct function header comments related to ndlp reference counting

Code inspection revealed stale comments in function headers for functions
that call lpfc_prep_els_iocb(). Changes in ndlp reference counting were not
reflected in function headers.

Update the stale comments in function headers to more accurately indicate
ndlp reference counting.

Link: https://lore.kernel.org/r/20210301171821.3427-21-jsmart2021@gmail.com
Co-developed-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_els.c