Skip to content

Commit

Permalink
[SCSI] scsi_transport_iscsi: Fix documentation os parameter
Browse files Browse the repository at this point in the history
Fixes documentation of a parameter of iscsi_bsg_host_add function to silence
to make htmldocs

Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Marcos Paulo de Souza authored and James Bottomley committed Nov 3, 2011
1 parent 99a700b commit eae627e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_transport_iscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ static int iscsi_bsg_host_dispatch(struct bsg_job *job)
/**
* iscsi_bsg_host_add - Create and add the bsg hooks to receive requests
* @shost: shost for iscsi_host
* @cls_host: iscsi_cls_host adding the structures to
* @ihost: iscsi_cls_host adding the structures to
*/
static int
iscsi_bsg_host_add(struct Scsi_Host *shost, struct iscsi_cls_host *ihost)
Expand Down

0 comments on commit eae627e

Please sign in to comment.