aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libata-core.c
diff options
context:
space:
mode:
authorAlbert Lee <albertcc@tw.ibm.com>2006-02-08 03:51:34 -0500
committerJeff Garzik <jgarzik@pobox.com>2006-02-09 04:26:13 -0500
commit332b5a52f2f96bc2d13bbe594a430318c0ee4425 (patch)
tree6dd2a6c2689a1e0b848a90599c27270456ab69a3 /drivers/scsi/libata-core.c
parent555a8965069b8e34292cbccc3ad8f619b96815fe (diff)
[PATCH] libata-dev: Minor comment fix
Signed-off-by: Albert Lee <albertcc@tw.ibm.com> === Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/scsi/libata-core.c')
-rw-r--r--drivers/scsi/libata-core.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index 415c64f81145..ff31b0b6a6b3 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -4510,19 +4510,6 @@ irqreturn_t ata_interrupt (int irq, void *dev_instance, struct pt_regs *regs)
4510 return IRQ_RETVAL(handled); 4510 return IRQ_RETVAL(handled);
4511} 4511}
4512 4512
4513/**
4514 * ata_port_start - Set port up for dma.
4515 * @ap: Port to initialize
4516 *
4517 * Called just after data structures for each port are
4518 * initialized. Allocates space for PRD table.
4519 *
4520 * May be used as the port_start() entry in ata_port_operations.
4521 *
4522 * LOCKING:
4523 * Inherited from caller.
4524 */
4525
4526/* 4513/*
4527 * Execute a 'simple' command, that only consists of the opcode 'cmd' itself, 4514 * Execute a 'simple' command, that only consists of the opcode 'cmd' itself,
4528 * without filling any other registers 4515 * without filling any other registers
@@ -4613,6 +4600,19 @@ int ata_device_suspend(struct ata_port *ap, struct ata_device *dev)
4613 return 0; 4600 return 0;
4614} 4601}
4615 4602
4603/**
4604 * ata_port_start - Set port up for dma.
4605 * @ap: Port to initialize
4606 *
4607 * Called just after data structures for each port are
4608 * initialized. Allocates space for PRD table.
4609 *
4610 * May be used as the port_start() entry in ata_port_operations.
4611 *
4612 * LOCKING:
4613 * Inherited from caller.
4614 */
4615
4616int ata_port_start (struct ata_port *ap) 4616int ata_port_start (struct ata_port *ap)
4617{ 4617{
4618 struct device *dev = ap->host_set->dev; 4618 struct device *dev = ap->host_set->dev;