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:   Wed, 28 Sep 2022 14:42:56 -0700
From:   Russ Weight <russell.h.weight@...el.com>
To:     Colin Ian King <colin.i.king@...il.com>,
        Luis Chamberlain <mcgrof@...nel.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC:     <kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"



On 9/28/22 14:16, Colin Ian King wrote:
> There are spelling mistakes in config show text. Fix these.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
Reviewed-by: Russ Weight <russell.h.weight@...el.com>
> ---
>  lib/test_firmware.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/test_firmware.c b/lib/test_firmware.c
> index c82b65947ce6..0c714cdd51ef 100644
> --- a/lib/test_firmware.c
> +++ b/lib/test_firmware.c
> @@ -284,7 +284,7 @@ static ssize_t config_show(struct device *dev,
>  				test_fw_config->name);
>  	else
>  		len += scnprintf(buf + len, PAGE_SIZE - len,
> -				"name:\tEMTPY\n");
> +				"name:\tEMPTY\n");
>  
>  	len += scnprintf(buf + len, PAGE_SIZE - len,
>  			"num_requests:\t%u\n", test_fw_config->num_requests);
> @@ -315,7 +315,7 @@ static ssize_t config_show(struct device *dev,
>  				test_fw_config->upload_name);
>  	else
>  		len += scnprintf(buf + len, PAGE_SIZE - len,
> -				"upload_name:\tEMTPY\n");
> +				"upload_name:\tEMPTY\n");
>  
>  	mutex_unlock(&test_fw_mutex);
>  

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ