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/libata-scsi.c | |
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/libata-scsi.c')
-rw-r--r-- | drivers/ata/libata-scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) /** * 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 * |