projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e480316
)
test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"
author
Colin Ian King
<colin.i.king@gmail.com>
Wed, 28 Sep 2022 21:16:37 +0000
(22:16 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 10 Nov 2022 17:51:49 +0000
(18:51 +0100)
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>
Link:
https://lore.kernel.org/r/20220928211637.62529-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/test_firmware.c
patch
|
blob
|
history
diff --git
a/lib/test_firmware.c
b/lib/test_firmware.c
index c82b65947ce68029a578396cb12347ed477404f6..0c714cdd51eff39bbe053fd39265205ae7955800 100644
(file)
--- 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:\tEM
TP
Y\n");
+ "name:\tEM
PT
Y\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:\tEM
TP
Y\n");
+ "upload_name:\tEM
PT
Y\n");
mutex_unlock(&test_fw_mutex);