[PATCH] misc: fix typo "retrived" in comment

Hemanth Selam posted 1 patch 3 weeks ago
include/uapi/misc/xilinx_sdfec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] misc: fix typo "retrived" in comment
Posted by Hemanth Selam 3 weeks ago
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
Re: [PATCH] misc: fix typo "retrived" in comment
Posted by Michal Simek 3 weeks ago

On 9/4/26 13:50, Hemanth Selam wrote:
> 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.

Acked-by: Michal Simek <michal.simek@amd.com>

Thanks,
Michal