1
0
Fork 0

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>
hifive-unleashed-5.1
Justin P. Mattock 2011-06-22 23:29:20 -07:00 committed by Jiri Kosina
parent 83ae417b85
commit 19f3199cd6
1 changed files with 1 additions and 1 deletions

View File

@ -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)