Commit 5415907af1f5ef80c95147bacbd321b0d4236dd5

Authored by Randy Dunlap
Committed by James Bottomley
1 parent 395cef030c

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

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

drivers/scsi/scsi_transport_fc.c
... ... @@ -3586,6 +3586,7 @@
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 */
... ... @@ -3693,6 +3694,7 @@
3693 3694  
3694 3695 /**
3695 3696 * fc_bsg_rport_dispatch - process rport bsg requests and dispatch to LLDD
  3697 + * @q: rport request queue
3696 3698 * @shost: scsi host rport attached to
3697 3699 * @rport: rport request destined to
3698 3700 * @job: bsg job to be processed