Commit 2e41e8e6 authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik

libata-core: fix comments on cable type

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 942d0947
...@@ -1791,10 +1791,10 @@ err_out_nosup: ...@@ -1791,10 +1791,10 @@ err_out_nosup:
} }
/** /**
* ata_cable_40wire - return 40pin cable type * ata_cable_40wire - return 40 wire cable type
* @ap: port * @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. * detection.
*/ */
...@@ -1804,10 +1804,10 @@ int ata_cable_40wire(struct ata_port *ap) ...@@ -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 * @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. * detection.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment