projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bccaeaf
)
drivers/ata/sata_dwc_460ex: Fix typo 'corrresponding'
author
Justin P. Mattock
<justinmattock@gmail.com>
Thu, 23 Jun 2011 06:29:20 +0000
(23:29 -0700)
committer
Jeff Garzik
<jgarzik@pobox.com>
Thu, 23 Jun 2011 20:40:28 +0000
(16:40 -0400)
The patch below fixes a typo.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/ata/sata_dwc_460ex.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/sata_dwc_460ex.c
b/drivers/ata/sata_dwc_460ex.c
index 1c4b3aa4c7c40da65c8c6f86f936be6891839e6c..dc88a39e7db8b04c9a2ec3e85ed888ee90194e69 100644
(file)
--- 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 corr
r
esponding 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)