linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ms_block: fix spelling mistake "doesn'" -> "doesn't"
@ 2020-08-10  8:02 Colin King
  2020-08-21 13:03 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-08-10  8:02 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 debug 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 d9ee8e3dc72d..ad1c6f2db089 100644
--- a/drivers/memstick/core/ms_block.c
+++ b/drivers/memstick/core/ms_block.c
@@ -1223,7 +1223,7 @@ static int msb_read_boot_blocks(struct msb_data *msb)
 		}
 
 		if (be16_to_cpu(page->header.block_id) != MS_BLOCK_BOOT_ID) {
-			dbg("the pba at %d doesn' contain boot block ID", pba);
+			dbg("the pba at %d doesn't contain boot block ID", pba);
 			continue;
 		}
 
-- 
2.27.0


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

* Re: [PATCH] ms_block: fix spelling mistake "doesn'" -> "doesn't"
  2020-08-10  8:02 [PATCH] ms_block: fix spelling mistake "doesn'" -> "doesn't" Colin King
@ 2020-08-21 13:03 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2020-08-21 13:03 UTC (permalink / raw)
  To: Colin King
  Cc: Maxim Levitsky, Alex Dubov, linux-mmc, kernel-janitors,
	Linux Kernel Mailing List

On Mon, 10 Aug 2020 at 10:02, Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a debug 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 d9ee8e3dc72d..ad1c6f2db089 100644
> --- a/drivers/memstick/core/ms_block.c
> +++ b/drivers/memstick/core/ms_block.c
> @@ -1223,7 +1223,7 @@ static int msb_read_boot_blocks(struct msb_data *msb)
>                 }
>
>                 if (be16_to_cpu(page->header.block_id) != MS_BLOCK_BOOT_ID) {
> -                       dbg("the pba at %d doesn' contain boot block ID", pba);
> +                       dbg("the pba at %d doesn't contain boot block ID", pba);
>                         continue;
>                 }
>
> --
> 2.27.0
>

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

end of thread, other threads:[~2020-08-21 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10  8:02 [PATCH] ms_block: fix spelling mistake "doesn'" -> "doesn't" Colin King
2020-08-21 13:03 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).