diff mbox

mmc: core/block.c: fix comment typos

Message ID cc03c62b-881d-62bd-f0ec-21fc66df4ee9@infradead.org (mailing list archive)
State New, archived
Headers show

Commit Message

Randy Dunlap Nov. 19, 2017, 2:01 a.m. UTC
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(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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.