summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
diff options
context:
space:
mode:
authorAlan Cox2007-03-09 00:19:19 +0100
committerJeff Garzik2007-04-28 20:15:56 +0200
commit2e41e8e67af4cb0917793922fc8f55d3eeb6fa43 (patch)
tree9f066f4a4e5d2ca29bba23fbe725330599ed62d4 /drivers/ata/libata-core.c
parentlibata: Restore Kconfig updated experimental levels and correct (diff)
downloadkernel-qcow2-linux-2e41e8e67af4cb0917793922fc8f55d3eeb6fa43.tar.gz
kernel-qcow2-linux-2e41e8e67af4cb0917793922fc8f55d3eeb6fa43.tar.xz
kernel-qcow2-linux-2e41e8e67af4cb0917793922fc8f55d3eeb6fa43.zip
libata-core: fix comments on cable type
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r--drivers/ata/libata-core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 1e1140c9618b..89a77e1793fa 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -1791,10 +1791,10 @@ err_out_nosup:
}
/**
- * ata_cable_40wire - return 40pin cable type
+ * ata_cable_40wire - return 40 wire cable type
* @ap: port
*
- * Helper method for drivers which want to hardwire 40 pin cable
+ * Helper method for drivers which want to hardwire 40 wire cable
* detection.
*/
@@ -1804,10 +1804,10 @@ int ata_cable_40wire(struct ata_port *ap)
}
/**
- * ata_cable_80wire - return 40pin cable type
+ * ata_cable_80wire - return 80 wire cable type
* @ap: port
*
- * Helper method for drivers which want to hardwire 80 pin cable
+ * Helper method for drivers which want to hardwire 80 wire cable
* detection.
*/