Commit c32a8fd7 authored by Henne's avatar Henne Committed by Jeff Garzik

[PATCH] ata-piix: fixes kerneldoc error

Fixes an error in kerneldoc of ata_piix.c.
Signed-off-by: default avatarHenrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent a6d967a4
...@@ -851,7 +851,7 @@ static void piix_set_piomode (struct ata_port *ap, struct ata_device *adev) ...@@ -851,7 +851,7 @@ static void piix_set_piomode (struct ata_port *ap, struct ata_device *adev)
* @ap: Port whose timings we are configuring * @ap: Port whose timings we are configuring
* @adev: Drive in question * @adev: Drive in question
* @udma: udma mode, 0 - 6 * @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. * Set UDMA mode for device, in host controller PCI config space.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment