diff options
author | 2006-12-04 16:33:20 +0000 | |
---|---|---|
committer | 2006-12-04 15:45:51 -0500 | |
commit | 2c5ff671ca853a1f73ae688bbf5b4f68a476b55d (patch) | |
tree | cb74a7181201766b825ed85dee0b91350af5eb7f | |
parent | [PATCH] sata_promise: PHYMODE4 fixup (diff) | |
download | wireguard-linux-2c5ff671ca853a1f73ae688bbf5b4f68a476b55d.tar.xz wireguard-linux-2c5ff671ca853a1f73ae688bbf5b4f68a476b55d.zip |
[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>
-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 |