drivers/iio/industrialio-backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Fix two spelling mistakes in the kernel-doc comment:
"initates"->"initiates" and "proccess"->"process".
Signed-off-by: Linkai Gong <gonglinkai@kylinos.cn>
---
drivers/iio/industrialio-backend.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/industrialio-backend.c b/drivers/iio/industrialio-backend.c
index 4763e224ebc6..d19400057108 100644
--- a/drivers/iio/industrialio-backend.c
+++ b/drivers/iio/industrialio-backend.c
@@ -851,7 +851,7 @@ EXPORT_SYMBOL_NS_GPL(iio_backend_filter_type_set, "IIO_BACKEND");
* @back: Backend device
* @timeout_us: Timeout value in us.
*
- * When activated, it initates a proccess that aligns the sample's most
+ * When activated, it initiates a process that aligns the sample's most
* significant bit (MSB) based solely on the captured data, without
* considering any other external signals.
*
--
2.25.1
On Tue, Jul 14, 2026 at 04:50:19PM +0800, Linkai Gong wrote: > Fix two spelling mistakes in the kernel-doc comment: > "initates"->"initiates" and "proccess"->"process". Is it the only a single spelling mistake in the whole IIO core? Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> -- With Best Regards, Andy Shevchenko
On Tue, 14 Jul 2026 12:07:58 +0300 Andy Shevchenko <andriy.shevchenko@intel.com> wrote: > On Tue, Jul 14, 2026 at 04:50:19PM +0800, Linkai Gong wrote: > > Fix two spelling mistakes in the kernel-doc comment: > > "initates"->"initiates" and "proccess"->"process". > > Is it the only a single spelling mistake in the whole IIO core? > Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> This one isn't there any more, though fix was only a few weeks back. >
© 2016 - 2026 Red Hat, Inc.