Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8618ccd3 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jeff Garzik
Browse files

drivers/ata/sata_dwc_460ex: Fix typo 'corrresponding'



The patch below fixes a typo.

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent bccaeafd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)