mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Colin Ian King <colin.i.king@gmail.com>,
	"James E . J . Bottomley" <James.Bottomley@HansenPartnership.com>,
	linux-parisc@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] parisc: Fix spelling mistake "mis-match" -> "mismatch"
Date: Fri, 14 Oct 2022 20:07:12 +0200	[thread overview]
Message-ID: <4cfd944b-2558-0b74-b976-e8b7b175428c@gmx.de> (raw)
In-Reply-To: <20221013221915.128286-1-colin.i.king@gmail.com>

On 10/14/22 00:19, Colin Ian King wrote:
> There are several spelling mistakes in kernel error messages. Fix them.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

applied to parisc tree.

Thanks!
Helge

> ---
>   drivers/parisc/eisa_enumerator.c | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/parisc/eisa_enumerator.c b/drivers/parisc/eisa_enumerator.c
> index f54a6f450391..f0cb31198a8f 100644
> --- a/drivers/parisc/eisa_enumerator.c
> +++ b/drivers/parisc/eisa_enumerator.c
> @@ -393,7 +393,7 @@ static int parse_slot_config(int slot,
>   		}
>
>   		if (p0 + function_len < pos) {
> -			printk(KERN_ERR "eisa_enumerator: function %d length mis-match "
> +			printk(KERN_ERR "eisa_enumerator: function %d length mismatch "
>   			       "got %d, expected %d\n",
>   			       num_func, pos-p0, function_len);
>   			res=-1;
> @@ -407,13 +407,13 @@ static int parse_slot_config(int slot,
>   	}
>
>   	if (pos != es->config_data_length) {
> -		printk(KERN_ERR "eisa_enumerator: config data length mis-match got %d, expected %d\n",
> +		printk(KERN_ERR "eisa_enumerator: config data length mismatch got %d, expected %d\n",
>   			pos, es->config_data_length);
>   		res=-1;
>   	}
>
>   	if (num_func != es->num_functions) {
> -		printk(KERN_ERR "eisa_enumerator: number of functions mis-match got %d, expected %d\n",
> +		printk(KERN_ERR "eisa_enumerator: number of functions mismatch got %d, expected %d\n",
>   			num_func, es->num_functions);
>   		res=-2;
>   	}
> @@ -451,7 +451,7 @@ static int init_slot(int slot, struct eeprom_eisa_slot_info *es)
>   		}
>   		if (es->eisa_slot_id != id) {
>   			print_eisa_id(id_string, id);
> -			printk(KERN_ERR "EISA slot %d id mis-match: got %s",
> +			printk(KERN_ERR "EISA slot %d id mismatch: got %s",
>   			       slot, id_string);
>
>   			print_eisa_id(id_string, es->eisa_slot_id);


      reply	other threads:[~2022-10-14 18:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-13 22:19 Colin Ian King
2022-10-14 18:07 ` Helge Deller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4cfd944b-2558-0b74-b976-e8b7b175428c@gmx.de \
    --to=deller@gmx.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=colin.i.king@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®