All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ms_block: Fix spelling contraction "cant" -> "can't"
@ 2021-07-28 10:32 Colin King
  2021-08-06 13:07 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-07-28 10:32 UTC (permalink / raw)
  To: Maxim Levitsky, Alex Dubov, Ulf Hansson, linux-mmc
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a pr_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/memstick/core/ms_block.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/memstick/core/ms_block.c b/drivers/memstick/core/ms_block.c
index 4a4573fa7b0f..acf36676e388 100644
--- a/drivers/memstick/core/ms_block.c
+++ b/drivers/memstick/core/ms_block.c
@@ -1105,7 +1105,7 @@ static u16 msb_get_free_block(struct msb_data *msb, int zone)
 	dbg_verbose("result of the free blocks scan: pba %d", pba);
 
 	if (pba == msb->block_count || (msb_get_zone_from_pba(pba)) != zone) {
-		pr_err("BUG: cant get a free block");
+		pr_err("BUG: can't get a free block");
 		msb->read_only = true;
 		return MS_BLOCK_INVALID;
 	}
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ms_block: Fix spelling contraction "cant" -> "can't"
  2021-07-28 10:32 [PATCH] ms_block: Fix spelling contraction "cant" -> "can't" Colin King
@ 2021-08-06 13:07 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2021-08-06 13:07 UTC (permalink / raw)
  To: Colin King
  Cc: Maxim Levitsky, Alex Dubov, linux-mmc, kernel-janitors,
	Linux Kernel Mailing List

On Wed, 28 Jul 2021 at 12:32, Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a pr_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/memstick/core/ms_block.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/memstick/core/ms_block.c b/drivers/memstick/core/ms_block.c
> index 4a4573fa7b0f..acf36676e388 100644
> --- a/drivers/memstick/core/ms_block.c
> +++ b/drivers/memstick/core/ms_block.c
> @@ -1105,7 +1105,7 @@ static u16 msb_get_free_block(struct msb_data *msb, int zone)
>         dbg_verbose("result of the free blocks scan: pba %d", pba);
>
>         if (pba == msb->block_count || (msb_get_zone_from_pba(pba)) != zone) {
> -               pr_err("BUG: cant get a free block");
> +               pr_err("BUG: can't get a free block");
>                 msb->read_only = true;
>                 return MS_BLOCK_INVALID;
>         }
> --
> 2.31.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-06 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 10:32 [PATCH] ms_block: Fix spelling contraction "cant" -> "can't" Colin King
2021-08-06 13:07 ` Ulf Hansson

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.