libata-core: fix comments on cable type
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 1e1140c..89a77e1 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -1791,10 +1791,10 @@
}
/**
- * 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 @@
}
/**
- * 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.
*/