aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata')
-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:
1791} 1791}
1792 1792
1793/** 1793/**
1794 * ata_cable_40wire - return 40pin cable type 1794 * ata_cable_40wire - return 40 wire cable type
1795 * @ap: port 1795 * @ap: port
1796 * 1796 *
1797 * Helper method for drivers which want to hardwire 40 pin cable 1797 * Helper method for drivers which want to hardwire 40 wire cable
1798 * detection. 1798 * detection.
1799 */ 1799 */
1800 1800
@@ -1804,10 +1804,10 @@ int ata_cable_40wire(struct ata_port *ap)
1804} 1804}
1805 1805
1806/** 1806/**
1807 * ata_cable_80wire - return 40pin cable type 1807 * ata_cable_80wire - return 80 wire cable type
1808 * @ap: port 1808 * @ap: port
1809 * 1809 *
1810 * Helper method for drivers which want to hardwire 80 pin cable 1810 * Helper method for drivers which want to hardwire 80 wire cable
1811 * detection. 1811 * detection.
1812 */ 1812 */
1813 1813