From: Markus Elfring Date: Sun, 8 Jan 2017 18:05:37 +0000 (+0100) Subject: mmc: mmc_test: Fix a typo in a comment line X-Git-Tag: v4.11-rc1~140^2~109 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=74536bc0834fbfd5ead74beef20f9ba387df6a5a;p=linux.git mmc: mmc_test: Fix a typo in a comment line Add a missing character in the function description. Signed-off-by: Markus Elfring Reviewed-by: Linus Walleij Reviewed-by: Shawn Lin Reviewed-by: Andy Shevchenko Signed-off-by: Ulf Hansson --- 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) /* * Initialize an area for testing large transfers. The test area is set to the - * middle of the card because cards may have different charateristics at the + * middle of the card because cards may have different characteristics at the * front (for FAT file system optimization). Optionally, the area is erased * (if the card supports it) which may improve write performance. Optionally, * the area is filled with data for subsequent read tests.