aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_test.c
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2017-01-08 13:05:37 -0500
committerUlf Hansson <ulf.hansson@linaro.org>2017-02-13 07:20:08 -0500
commit74536bc0834fbfd5ead74beef20f9ba387df6a5a (patch)
tree69c8c01db683897a19955f3b08896cdb7c643498 /drivers/mmc/core/mmc_test.c
parent457e4f7f668d69bc105b3619c5ff2769506adb89 (diff)
mmc: mmc_test: Fix a typo in a comment line
Add a missing character in the function description. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/core/mmc_test.c')
-rw-r--r--drivers/mmc/core/mmc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/mmc_test.c b/drivers/mmc/core/mmc_test.c
index de0d675ef37f..69c879822e2b 100644
--- a/drivers/mmc/core/mmc_test.c
+++ b/drivers/mmc/core/mmc_test.c
@@ -1533,7 +1533,7 @@ static int mmc_test_area_cleanup(struct mmc_test_card *test)
1533 1533
1534/* 1534/*
1535 * Initialize an area for testing large transfers. The test area is set to the 1535 * Initialize an area for testing large transfers. The test area is set to the
1536 * middle of the card because cards may have different charateristics at the 1536 * middle of the card because cards may have different characteristics at the
1537 * front (for FAT file system optimization). Optionally, the area is erased 1537 * front (for FAT file system optimization). Optionally, the area is erased
1538 * (if the card supports it) which may improve write performance. Optionally, 1538 * (if the card supports it) which may improve write performance. Optionally,
1539 * the area is filled with data for subsequent read tests. 1539 * the area is filled with data for subsequent read tests.