lkml.org 
[lkml]   [2018]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH][misc-next] misc: cardreader: fix spelling mistake "invailid" -> "invalid"
From
Date
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

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2018-12-07 19:05    [W:0.034 / U:2.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site