diff options
-rw-r--r-- | Documentation/DocBook/libata.tmpl | 2 | ||||
-rw-r--r-- | drivers/ata/libata-core.c | 2 | ||||
-rw-r--r-- | drivers/ata/libata-scsi.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl index 065e8dc23e3a..f9a7c064aec7 100644 --- a/Documentation/DocBook/libata.tmpl +++ b/Documentation/DocBook/libata.tmpl | |||
@@ -14,7 +14,7 @@ | |||
14 | </authorgroup> | 14 | </authorgroup> |
15 | 15 | ||
16 | <copyright> | 16 | <copyright> |
17 | <year>2003-2005</year> | 17 | <year>2003-2006</year> |
18 | <holder>Jeff Garzik</holder> | 18 | <holder>Jeff Garzik</holder> |
19 | </copyright> | 19 | </copyright> |
20 | 20 | ||
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 7ab45f42ae7b..dce65651d858 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -5741,7 +5741,7 @@ void ata_host_remove(struct ata_host *host) | |||
5741 | 5741 | ||
5742 | /** | 5742 | /** |
5743 | * ata_scsi_release - SCSI layer callback hook for host unload | 5743 | * ata_scsi_release - SCSI layer callback hook for host unload |
5744 | * @host: libata host to be unloaded | 5744 | * @shost: libata host to be unloaded |
5745 | * | 5745 | * |
5746 | * Performs all duties necessary to shut down a libata port... | 5746 | * Performs all duties necessary to shut down a libata port... |
5747 | * Kill port kthread, disable port, and release resources. | 5747 | * Kill port kthread, disable port, and release resources. |
diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 3986ec8741b4..b4a0246506ef 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c | |||
@@ -3174,7 +3174,7 @@ void ata_scsi_dev_rescan(void *data) | |||
3174 | 3174 | ||
3175 | /** | 3175 | /** |
3176 | * ata_sas_port_alloc - Allocate port for a SAS attached SATA device | 3176 | * ata_sas_port_alloc - Allocate port for a SAS attached SATA device |
3177 | * @pdev: PCI device that the scsi device is attached to | 3177 | * @host: ATA host container for all SAS ports |
3178 | * @port_info: Information from low-level host driver | 3178 | * @port_info: Information from low-level host driver |
3179 | * @shost: SCSI host that the scsi device is attached to | 3179 | * @shost: SCSI host that the scsi device is attached to |
3180 | * | 3180 | * |