Skip to content

Commit d88bd09

Browse files
ColinIanKinggregkh
authored andcommitted
test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"
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>
1 parent e480316 commit d88bd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/test_firmware.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ static ssize_t config_show(struct device *dev,
284284
test_fw_config->name);
285285
else
286286
len += scnprintf(buf + len, PAGE_SIZE - len,
287-
"name:\tEMTPY\n");
287+
"name:\tEMPTY\n");
288288

289289
len += scnprintf(buf + len, PAGE_SIZE - len,
290290
"num_requests:\t%u\n", test_fw_config->num_requests);
@@ -315,7 +315,7 @@ static ssize_t config_show(struct device *dev,
315315
test_fw_config->upload_name);
316316
else
317317
len += scnprintf(buf + len, PAGE_SIZE - len,
318-
"upload_name:\tEMTPY\n");
318+
"upload_name:\tEMPTY\n");
319319

320320
mutex_unlock(&test_fw_mutex);
321321

0 commit comments

Comments
 (0)