]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
scsi: scsi_transport_fc: Add comments to describe added 'rport' parameter
authorEwan D. Milne <emilne@redhat.com>
Mon, 21 Jul 2025 16:46:52 +0000 (12:46 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 22 Jul 2025 03:13:34 +0000 (23:13 -0400)
Note that there is no executable code altered by this patch.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202507181446.aAoFiDm5-lkp@intel.com/
Signed-off-by: Ewan D. Milne <emilne@redhat.com>
Link: https://lore.kernel.org/r/20250721164652.335716-1-emilne@redhat.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_transport_fc.c

index 82d091d627c09a0674e0178a4cdae2d21c2fa8fd..3a821afee9bc1841eaeb329ef34b51579bfe6f6b 100644 (file)
@@ -2807,6 +2807,7 @@ fc_flush_work(struct Scsi_Host *shost)
 /**
  * fc_queue_devloss_work - Schedule work for the fc_host devloss workqueue.
  * @shost:     Pointer to Scsi_Host bound to fc_host.
+ * @rport:     rport associated with the devloss work
  * @work:      Work to queue for execution.
  * @delay:     jiffies to delay the work queuing
  *
@@ -2832,6 +2833,7 @@ fc_queue_devloss_work(struct Scsi_Host *shost, struct fc_rport *rport,
 /**
  * fc_flush_devloss - Flush a fc_host's devloss workqueue.
  * @shost:     Pointer to Scsi_Host bound to fc_host.
+ * @rport:     rport associated with the devloss work
  */
 static void
 fc_flush_devloss(struct Scsi_Host *shost, struct fc_rport *rport)