Skip to content

Commit 603e4db

Browse files
Ewan D. Milnemartinkpetersen
authored andcommitted
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]>
1 parent add4c48 commit 603e4db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/scsi/scsi_transport_fc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2807,6 +2807,7 @@ fc_flush_work(struct Scsi_Host *shost)
28072807
/**
28082808
* fc_queue_devloss_work - Schedule work for the fc_host devloss workqueue.
28092809
* @shost: Pointer to Scsi_Host bound to fc_host.
2810+
* @rport: rport associated with the devloss work
28102811
* @work: Work to queue for execution.
28112812
* @delay: jiffies to delay the work queuing
28122813
*
@@ -2832,6 +2833,7 @@ fc_queue_devloss_work(struct Scsi_Host *shost, struct fc_rport *rport,
28322833
/**
28332834
* fc_flush_devloss - Flush a fc_host's devloss workqueue.
28342835
* @shost: Pointer to Scsi_Host bound to fc_host.
2836+
* @rport: rport associated with the devloss work
28352837
*/
28362838
static void
28372839
fc_flush_devloss(struct Scsi_Host *shost, struct fc_rport *rport)

0 commit comments

Comments
 (0)