All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"
@ 2022-09-28 21:16 Colin Ian King
  2022-09-28 21:42 ` Russ Weight
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-09-28 21:16 UTC (permalink / raw)
  To: Luis Chamberlain, Greg Kroah-Hartman, Russ Weight
  Cc: kernel-janitors, linux-kernel

There are spelling mistakes in config show text. Fix these.

Signed-off-by: Colin Ian King <colin.i.king@gmail.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);
 
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"
  2022-09-28 21:16 [PATCH] test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY" Colin Ian King
@ 2022-09-28 21:42 ` Russ Weight
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Weight @ 2022-09-28 21:42 UTC (permalink / raw)
  To: Colin Ian King, Luis Chamberlain, Greg Kroah-Hartman
  Cc: kernel-janitors, linux-kernel



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@gmail.com>
Reviewed-by: Russ Weight <russell.h.weight@intel.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);
>  


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-28 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 21:16 [PATCH] test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY" Colin Ian King
2022-09-28 21:42 ` Russ Weight

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.