mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-24 18:38:38 +00:00
libata-core: fix comments on cable type
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
942d09470c
commit
2e41e8e67a
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user