summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-06-23 06:29:20 (GMT)
committerJiri Kosina <jkosina@suse.cz>2011-06-27 10:29:27 (GMT)
commit19f3199cd6b9e77ab47aeab001009cd39687fe06 (patch)
treed134029955727ef57d7e344cdc047e8195dce33b /drivers
parent83ae417b857072d54c3c111067046283e3ee6b58 (diff)
downloadlinux-19f3199cd6b9e77ab47aeab001009cd39687fe06.tar.xz
ata: sata_dwc_460ex.c: fix comment typo corrresponding
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/sata_dwc_460ex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c
index 1c4b3aa..dc88a39 100644
--- a/drivers/ata/sata_dwc_460ex.c
+++ b/drivers/ata/sata_dwc_460ex.c
@@ -389,7 +389,7 @@ static void sata_dwc_tf_dump(struct ata_taskfile *tf)
/*
* Function: get_burst_length_encode
* arguments: datalength: length in bytes of data
- * returns value to be programmed in register corrresponding to data length
+ * returns value to be programmed in register corresponding to data length
* This value is effectively the log(base 2) of the length
*/
static int get_burst_length_encode(int datalength)