diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-29 05:07:25 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-29 05:07:25 -0400 |
commit | 4f931374ecc599f6df7852509b6917abd5377205 (patch) | |
tree | 44455b075b8ef581fe104daa61955c29444fd3b1 /drivers/ata | |
parent | 2d2744fc8be620a2dc469cf48349e3e704119f1b (diff) |
[libata] DocBook minor updates, fixes
Update copyright year, fix minor stuff 'make xmldocs' complains about.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/libata-core.c | 2 | ||||
-rw-r--r-- | drivers/ata/libata-scsi.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 | * |