浏览代码

staging: rts5208: rename mmc_ddr_tunning_rx_cmd to mmc_ddr_tuning_rx_cmd

Trival fix to spelling mistake in function name

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Colin Ian King 8 年之前
父节点
当前提交
da7ca1e05f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/staging/rts5208/sd.c

+ 2 - 2
drivers/staging/rts5208/sd.c

@@ -1654,7 +1654,7 @@ static int sd_ddr_tuning_rx_cmd(struct rtsx_chip *chip, u8 sample_point)
 	return STATUS_SUCCESS;
 	return STATUS_SUCCESS;
 }
 }
 
 
-static int mmc_ddr_tunning_rx_cmd(struct rtsx_chip *chip, u8 sample_point)
+static int mmc_ddr_tuning_rx_cmd(struct rtsx_chip *chip, u8 sample_point)
 {
 {
 	struct sd_info *sd_card = &chip->sd_card;
 	struct sd_info *sd_card = &chip->sd_card;
 	int retval;
 	int retval;
@@ -1933,7 +1933,7 @@ static int sd_tuning_rx(struct rtsx_chip *chip)
 
 
 	} else {
 	} else {
 		if (CHK_MMC_DDR52(sd_card)) {
 		if (CHK_MMC_DDR52(sd_card)) {
-			tuning_cmd = mmc_ddr_tunning_rx_cmd;
+			tuning_cmd = mmc_ddr_tuning_rx_cmd;
 		} else {
 		} else {
 			rtsx_trace(chip);
 			rtsx_trace(chip);
 			return STATUS_FAIL;
 			return STATUS_FAIL;