diff options
Diffstat (limited to 'drivers/scsi/hosts.c')
-rw-r--r-- | drivers/scsi/hosts.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index 24271a871b8c..9a10b4335e76 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c | |||
@@ -54,8 +54,7 @@ static struct class shost_class = { | |||
54 | }; | 54 | }; |
55 | 55 | ||
56 | /** | 56 | /** |
57 | * scsi_host_set_state - Take the given host through the host | 57 | * scsi_host_set_state - Take the given host through the host state model. |
58 | * state model. | ||
59 | * @shost: scsi host to change the state of. | 58 | * @shost: scsi host to change the state of. |
60 | * @state: state to change to. | 59 | * @state: state to change to. |
61 | * | 60 | * |
@@ -431,7 +430,6 @@ EXPORT_SYMBOL(scsi_unregister); | |||
431 | 430 | ||
432 | /** | 431 | /** |
433 | * scsi_host_lookup - get a reference to a Scsi_Host by host no | 432 | * scsi_host_lookup - get a reference to a Scsi_Host by host no |
434 | * | ||
435 | * @hostnum: host number to locate | 433 | * @hostnum: host number to locate |
436 | * | 434 | * |
437 | * Return value: | 435 | * Return value: |