Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1553938
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/8] mmc-core: Fix a typo in a comment line |
| Date | 2017-01-08 22:50 +0100 |
| Message-ID | <sXtvH-3AV-5@gated-at.bofh.it> (permalink) |
| References | <sXtvH-3AV-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sun, 8 Jan 2017 19:05:37 +0100 Add a missing character in the function description. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> --- drivers/mmc/core/mmc_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/core/mmc_test.c b/drivers/mmc/core/mmc_test.c index e85ef503d7ce..2f838a13a904 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. -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/8] mmc-core: Fix a typo in a comment line SF Markus Elfring <elfring@users.sourceforge.net> - 2017-01-08 22:50 +0100 Re: [PATCH 2/8] mmc-core: Fix a typo in a comment line Linus Walleij <linus.walleij@linaro.org> - 2017-01-09 19:40 +0100 Re: [PATCH 2/8] mmc-core: Fix a typo in a comment line Shawn Lin <shawn.lin@rock-chips.com> - 2017-01-10 09:50 +0100
csiph-web