Skip to content

Commit

Permalink
[SCSI] scsi_transport_fc: fix kernel-doc param name
Browse files Browse the repository at this point in the history
Change function parameter name in kernel-doc to match the function's
actual parameter name, to fix 2 kernel-doc warnings.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Randy Dunlap authored and James Bottomley committed Aug 22, 2009
1 parent 3be924f commit fe5d20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_transport_fc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3432,7 +3432,7 @@ fc_bsg_jobdone(struct fc_bsg_job *job)

/**
* fc_bsg_softirq_done - softirq done routine for destroying the bsg requests
* @req: BSG request that holds the job to be destroyed
* @rq: BSG request that holds the job to be destroyed
*/
static void fc_bsg_softirq_done(struct request *rq)
{
Expand Down

0 comments on commit fe5d20c

Please sign in to comment.