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

[SCSI] scsi_transport_fc: fix missing kernel-doc

Add missing kernel-doc notation in scsi_transport_fc.c:

Warning(drivers/scsi/scsi_transport_fc.c:3593): No description found for parameter 'q'
Warning(drivers/scsi/scsi_transport_fc.c:3700): No description found for parameter 'q'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

authored by

Randy Dunlap and committed by
James Bottomley
5415907a 395cef03

+2
+2
drivers/scsi/scsi_transport_fc.c
··· 3586 3586 3587 3587 /** 3588 3588 * fc_bsg_host_dispatch - process fc host bsg requests and dispatch to LLDD 3589 + * @q: fc host request queue 3589 3590 * @shost: scsi host rport attached to 3590 3591 * @job: bsg job to be processed 3591 3592 */ ··· 3694 3693 3695 3694 /** 3696 3695 * fc_bsg_rport_dispatch - process rport bsg requests and dispatch to LLDD 3696 + * @q: rport request queue 3697 3697 * @shost: scsi host rport attached to 3698 3698 * @rport: rport request destined to 3699 3699 * @job: bsg job to be processed