Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc: fix typo "retrived" in comment
@ 2026-09-04 11:50 Hemanth Selam
  2026-09-04 11:52 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Hemanth Selam @ 2026-09-04 11:50 UTC (permalink / raw)
  To: Derek Kiernan, Dragan Cvetic, Michal Simek; +Cc: linux-kernel, linux-arm-kernel

Correct "retrived" to "retrieved", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt.  Only touches comments, no
code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
 include/uapi/misc/xilinx_sdfec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/misc/xilinx_sdfec.h b/include/uapi/misc/xilinx_sdfec.h
index ee1a42ae6f46..d98d4c1c49f8 100644
--- a/include/uapi/misc/xilinx_sdfec.h
+++ b/include/uapi/misc/xilinx_sdfec.h
@@ -234,7 +234,7 @@ struct xsdfec_config {
 };
 
 /**
- * struct xsdfec_stats - Stats retrived by ioctl XSDFEC_GET_STATS. Used
+ * struct xsdfec_stats - Stats retrieved by ioctl XSDFEC_GET_STATS. Used
  *			 to buffer atomic_t variables from struct
  *			 xsdfec_dev. Counts are accumulated until
  *			 the user clears them.
-- 
2.48.1



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

end of thread, other threads:[~2026-09-04 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04 11:50 [PATCH] misc: fix typo "retrived" in comment Hemanth Selam
2026-09-04 11:52 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox