Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

Ewan D. Milne and committed by
Martin K. Petersen
603e4dbe add4c485

+2
+2
drivers/scsi/scsi_transport_fc.c
··· 2807 2807 /** 2808 2808 * fc_queue_devloss_work - Schedule work for the fc_host devloss workqueue. 2809 2809 * @shost: Pointer to Scsi_Host bound to fc_host. 2810 + * @rport: rport associated with the devloss work 2810 2811 * @work: Work to queue for execution. 2811 2812 * @delay: jiffies to delay the work queuing 2812 2813 * ··· 2833 2832 /** 2834 2833 * fc_flush_devloss - Flush a fc_host's devloss workqueue. 2835 2834 * @shost: Pointer to Scsi_Host bound to fc_host. 2835 + * @rport: rport associated with the devloss work 2836 2836 */ 2837 2837 static void 2838 2838 fc_flush_devloss(struct Scsi_Host *shost, struct fc_rport *rport)