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 | |
parent | 2d2744fc8be620a2dc469cf48349e3e704119f1b (diff) | |
download | op-kernel-dev-4f931374ecc599f6df7852509b6917abd5377205.zip op-kernel-dev-4f931374ecc599f6df7852509b6917abd5377205.tar.gz |
[libata] DocBook minor updates, fixes
Update copyright year, fix minor stuff 'make xmldocs' complains about.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-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 065e8dc..f9a7c06 100644 --- a/Documentation/DocBook/libata.tmpl +++ b/Documentation/DocBook/libata.tmpl @@ -14,7 +14,7 @@ </authorgroup> <copyright> - <year>2003-2005</year> + <year>2003-2006</year> <holder>Jeff Garzik</holder> </copyright> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 7ab45f4..dce6565 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) /** * ata_scsi_release - SCSI layer callback hook for host unload - * @host: libata host to be unloaded + * @shost: libata host to be unloaded * * Performs all duties necessary to shut down a libata port... * Kill port kthread, disable port, and release resources. diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 3986ec8..b4a0246 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -3174,7 +3174,7 @@ void ata_scsi_dev_rescan(void *data) /** * ata_sas_port_alloc - Allocate port for a SAS attached SATA device - * @pdev: PCI device that the scsi device is attached to + * @host: ATA host container for all SAS ports * @port_info: Information from low-level host driver * @shost: SCSI host that the scsi device is attached to * |