lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 12 Jul 2016 23:45:33 +0200
From:	Andreas Noever <andreas.noever@...il.com>
To:	Colin King <colin.king@...onical.com>,
	Greg KH <gregkh@...uxfoundation.org>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] thunderbolt: fix spelling mistake: "missmatch" -> "mismatch"

On Tue, Jun 28, 2016 at 2:19 PM, Colin King <colin.king@...onical.com> wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> trivial fix to spelling mistake in warning message
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/thunderbolt/eeprom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c
> index 2b9602c..029b6a5 100644
> --- a/drivers/thunderbolt/eeprom.c
> +++ b/drivers/thunderbolt/eeprom.c
> @@ -282,7 +282,7 @@ int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid)
>
>         crc = tb_crc8(data + 1, 8);
>         if (crc != data[0]) {
> -               tb_sw_warn(sw, "uid crc8 missmatch (expected: %#x, got: %#x)\n",
> +               tb_sw_warn(sw, "uid crc8 mismatch (expected: %#x, got: %#x)\n",
>                                 data[0], crc);
>                 return -EIO;
>         }
> --
> 2.8.1
>

Thanks!

[+ Greg: for your queue]

Signed-off-by: Andreas Noever <andreas.noever@...il.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ