diff options
| author | Ewan D. Milne <[email protected]> | 2025-07-21 16:46:52 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2025-07-22 03:13:34 +0000 |
| commit | 603e4dbe9146ad76c6d65a25947ca8bba05f1a67 (patch) | |
| tree | 48afb220bf69452f9935047cec36e82496356e00 | |
| parent | scsi: bfa: Double-free fix (diff) | |
| download | kernel-603e4dbe9146ad76c6d65a25947ca8bba05f1a67.tar.gz kernel-603e4dbe9146ad76c6d65a25947ca8bba05f1a67.zip | |
scsi: scsi_transport_fc: Add comments to describe added 'rport' parameter
Note that there is no executable code altered by this patch.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Ewan D. Milne <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
| -rw-r--r-- | drivers/scsi/scsi_transport_fc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c index 82d091d627c0..3a821afee9bc 100644 --- a/drivers/scsi/scsi_transport_fc.c +++ b/drivers/scsi/scsi_transport_fc.c @@ -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) |
