Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2e41e8e67af4cb0917793922fc8f55d3eeb6fa43
Commit:     2e41e8e67af4cb0917793922fc8f55d3eeb6fa43
Parent:     942d09470c3fb3254905c75f0cc9cd2d0dff24dd
Author:     Alan Cox <[EMAIL PROTECTED]>
AuthorDate: Thu Mar 8 23:19:19 2007 +0000
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Sat Apr 28 14:15:56 2007 -0400

    libata-core: fix comments on cable type
    
    Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/libata-core.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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 @@ 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.
  */
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to