diff options
author | Marcos Paulo de Souza <marcos.mage@gmail.com> | 2011-11-02 11:17:17 -0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-11-03 11:16:53 +0400 |
commit | eae627e4ba07cb5765bbfdfec514f6808326a691 (patch) | |
tree | 11079295b3dec515e4f456bd6290e00f75f2d45f /drivers/scsi | |
parent | 99a700bcc75429ba84a672d04f0b650dcc5b3042 (diff) | |
download | linux-eae627e4ba07cb5765bbfdfec514f6808326a691.tar.bz2 |
[SCSI] scsi_transport_iscsi: Fix documentation os parameter
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>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/scsi_transport_iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c index 1bcd65a509e6..96029e6d027f 100644 --- a/drivers/scsi/scsi_transport_iscsi.c +++ b/drivers/scsi/scsi_transport_iscsi.c @@ -520,7 +520,7 @@ fail_host_msg: /** * 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) |