浏览代码

drivers/ata/sata_dwc_460ex: Fix typo 'corrresponding'

The patch below fixes a typo.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Justin P. Mattock 14 年之前
父节点
当前提交
8618ccd352
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/ata/sata_dwc_460ex.c

+ 1 - 1
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
  * Function: get_burst_length_encode
  * arguments: datalength: length in bytes of data
  * 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
  * This value is effectively the log(base 2) of the length
  */
  */
 static  int get_burst_length_encode(int datalength)
 static  int get_burst_length_encode(int datalength)