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