summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
authorHenne2006-09-25 22:00:46 +0200
committerJeff Garzik2006-09-26 02:13:02 +0200
commitc32a8fd7cb33f30bcd855188dc8e243b144c5cee (patch)
treed77a7fefaff2121fcd9f5c10f6e54ee7c704c0b4 /drivers/ata/ata_piix.c
parent[libata] No need for all those arch libata-portmap.h headers (diff)
downloadkernel-qcow2-linux-c32a8fd7cb33f30bcd855188dc8e243b144c5cee.tar.gz
kernel-qcow2-linux-c32a8fd7cb33f30bcd855188dc8e243b144c5cee.tar.xz
kernel-qcow2-linux-c32a8fd7cb33f30bcd855188dc8e243b144c5cee.zip
[PATCH] ata-piix: fixes kerneldoc error
Fixes an error in kerneldoc of ata_piix.c. Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r--drivers/ata/ata_piix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index ab2ecccf7798..ffa111eea9da 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -851,7 +851,7 @@ static void piix_set_piomode (struct ata_port *ap, struct ata_device *adev)
* @ap: Port whose timings we are configuring
* @adev: Drive in question
* @udma: udma mode, 0 - 6
- * @is_ich: set if the chip is an ICH device
+ * @isich: set if the chip is an ICH device
*
* Set UDMA mode for device, in host controller PCI config space.
*