linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Oleksij Rempel <linux@rempel-privat.de>
To: Colin King <colin.king@canonical.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Ulf Hansson <ulf.hansson@linaro.org>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][misc-next] misc: cardreader: fix spelling mistake "invailid" -> "invalid"
Date: Fri, 7 Dec 2018 19:04:40 +0100	[thread overview]
Message-ID: <6ea8c539-1b81-f19b-608a-ce9ead1d6fb5@rempel-privat.de> (raw)
In-Reply-To: <20181206091936.11871-1-colin.king@canonical.com>


[-- Attachment #1.1: Type: text/plain, Size: 1351 bytes --]

Am 06.12.18 um 10:19 schrieb Colin King:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are spelling mistakes in a couple of dev_dbg messages, fix these.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>

thanks!

> ---
>  drivers/misc/cardreader/alcor_pci.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/misc/cardreader/alcor_pci.c b/drivers/misc/cardreader/alcor_pci.c
> index 6872b8e29b4d..bcb10fa4bc3a 100644
> --- a/drivers/misc/cardreader/alcor_pci.c
> +++ b/drivers/misc/cardreader/alcor_pci.c
> @@ -105,7 +105,7 @@ static int alcor_pci_find_cap_offset(struct alcor_pci_priv *priv,
>  	while (1) {
>  		pci_read_config_dword(pci, where, &val32);
>  		if (val32 == 0xffffffff) {
> -			dev_dbg(priv->dev, "find_cap_offset invailid value %x.\n",
> +			dev_dbg(priv->dev, "find_cap_offset invalid value %x.\n",
>  				val32);
>  			return 0;
>  		}
> @@ -116,7 +116,7 @@ static int alcor_pci_find_cap_offset(struct alcor_pci_priv *priv,
>  		}
>  
>  		if ((val32 & 0xff00) == 0x00) {
> -			dev_dbg(priv->dev, "pci_find_cap_offset invailid value %x.\n",
> +			dev_dbg(priv->dev, "pci_find_cap_offset invalid value %x.\n",
>  				val32);
>  			break;
>  		}
> 


-- 
Regards,
Oleksij


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2018-12-07 18:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-06  9:19 [PATCH][misc-next] misc: cardreader: fix spelling mistake "invailid" -> "invalid" Colin King
2018-12-07 18:04 ` Oleksij Rempel [this message]
2018-12-11  9:36 ` Ulf Hansson

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=6ea8c539-1b81-f19b-608a-ce9ead1d6fb5@rempel-privat.de \
    --to=linux@rempel-privat.de \
    --cc=arnd@arndb.de \
    --cc=colin.king@canonical.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ulf.hansson@linaro.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;
as well as URLs for NNTP newsgroup(s).