* [PATCH v3] firmware_loader: minor spelling fixes
@ 2025-04-15 16:22 Luis Chamberlain
0 siblings, 0 replies; only message in thread
From: Luis Chamberlain @ 2025-04-15 16:22 UTC (permalink / raw)
To: gregkh, russ.weight, dakr; +Cc: mcgrof, song, mricon, kdevops, linux-fsdevel
Run codespell on the *.[ch] files for the firmware loader.
Reviewed-by: Russ Weight <russ.weight@linux.dev>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
---
This is intended to kick off kpd lei based patchwork workflow we've been
trying to debug an issue with kpd.
drivers/base/firmware_loader/main.c | 2 +-
drivers/base/firmware_loader/sysfs_upload.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/base/firmware_loader/main.c b/drivers/base/firmware_loader/main.c
index cb0912ea3e62..26f07d3ed107 100644
--- a/drivers/base/firmware_loader/main.c
+++ b/drivers/base/firmware_loader/main.c
@@ -1527,7 +1527,7 @@ static void __device_uncache_fw_images(void)
* device_cache_fw_images() - cache devices' firmware
*
* If one device called request_firmware or its nowait version
- * successfully before, the firmware names are recored into the
+ * successfully before, the firmware names are recorded into the
* device's devres link list, so device_cache_fw_images can call
* cache_firmware() to cache these firmwares for the device,
* then the device driver can load its firmwares easily at
diff --git a/drivers/base/firmware_loader/sysfs_upload.c b/drivers/base/firmware_loader/sysfs_upload.c
index 829270067d16..7a838b30d8eb 100644
--- a/drivers/base/firmware_loader/sysfs_upload.c
+++ b/drivers/base/firmware_loader/sysfs_upload.c
@@ -209,7 +209,7 @@ static void fw_upload_main(struct work_struct *work)
/*
* Note: fwlp->remaining_size is left unmodified here to provide
* additional information on errors. It will be reinitialized when
- * the next firmeware upload begins.
+ * the next firmware upload begins.
*/
mutex_lock(&fw_lock);
fw_free_paged_buf(fw_sysfs->fw_priv);
--
2.47.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-15 16:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-15 16:22 [PATCH v3] firmware_loader: minor spelling fixes Luis Chamberlain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox