All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: core/block.c: fix comment typos
@ 2017-11-19  2:01 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2017-11-19  2:01 UTC (permalink / raw)
  To: linux-mmc, Ulf Hansson, Linus Walleij; +Cc: Shawn Lin

From: Randy Dunlap <rdunlap@infradead.org>

Fix comment typos.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Shawn Lin <shawn.lin@rock-chips.com>
---
 drivers/mmc/core/block.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- lnx-414.orig/drivers/mmc/core/block.c
+++ lnx-414/drivers/mmc/core/block.c
@@ -2033,8 +2033,8 @@ static struct mmc_blk_data *mmc_blk_allo
 	devidx = ida_simple_get(&mmc_blk_ida, 0, max_devices, GFP_KERNEL);
 	if (devidx < 0) {
 		/*
-		 * We get -ENOSPC because there are no more any available
-		 * devidx. The reason may be that, either userspace haven't yet
+		 * We get -ENOSPC because there are not any available devidx
+		 * entries. The reason may be that, either userspace hasn't yet
 		 * unmounted the partitions, which postpones mmc_blk_release()
 		 * from being called, or the device has more partitions than
 		 * what we support.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-19  2:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-19  2:01 [PATCH] mmc: core/block.c: fix comment typos Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.