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:   Mon, 16 Aug 2021 00:00:33 +0200
From:   Sebastian Reichel <sebastian.reichel@...labora.com>
To:     Colin King <colin.king@...onical.com>
Cc:     Arnd Bergmann <arnd@...db.de>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] misc: gehc-achc: Fix spelling mistake
 "Verfication" -> "Verification"

Hi,

On Sun, Aug 15, 2021 at 10:42:06PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> There is a spelling mistake in a dev_dbg debug message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>

Reviewed-by: Sebastian Reichel <sebastian.reichel@...labora.com>

-- Sebastian

> ---
>  drivers/misc/gehc-achc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/misc/gehc-achc.c b/drivers/misc/gehc-achc.c
> index 891d9a214454..02f33bc60c56 100644
> --- a/drivers/misc/gehc-achc.c
> +++ b/drivers/misc/gehc-achc.c
> @@ -280,7 +280,7 @@ static int ezport_flash_compare(struct spi_device *spi, u32 address,
>  	ret = memcmp(payload, buffer + 4 + 1, payload_size);
>  	if (ret) {
>  		ret = -EBADMSG;
> -		dev_dbg(&spi->dev, "Verfication failure @ %06x", address);
> +		dev_dbg(&spi->dev, "Verification failure @ %06x", address);
>  		print_hex_dump_bytes("fw:  ", DUMP_PREFIX_OFFSET, payload, payload_size);
>  		print_hex_dump_bytes("dev: ", DUMP_PREFIX_OFFSET, buffer + 4, payload_size);
>  	}
> -- 
> 2.32.0
> 

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ