diff options
author | Alan <alan@lxorguk.ukuu.org.uk> | 2006-12-04 16:33:20 +0000 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-04 15:45:51 -0500 |
commit | 2c5ff671ca853a1f73ae688bbf5b4f68a476b55d (patch) | |
tree | cb74a7181201766b825ed85dee0b91350af5eb7f /drivers/ata/ata_piix.c | |
parent | 599b7202c5bf2c7345ea34007379ba241c94a491 (diff) |
[PATCH] trivial piix: swap bogus dot for comma space
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r-- | drivers/ata/ata_piix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index a2d84f7cf2bc..c7de0bb1591f 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -40,7 +40,7 @@ * Documentation * Publically available from Intel web site. Errata documentation * is also publically available. As an aide to anyone hacking on this - * driver the list of errata that are relevant is below.going back to + * driver the list of errata that are relevant is below, going back to * PIIX4. Older device documentation is now a bit tricky to find. * * The chipsets all follow very much the same design. The orginal Triton |