[PATCH] iio: backend: fix typos in kernel-doc for iio_backend_interface_data_align()

Linkai Gong posted 1 patch 1 week, 4 days ago
drivers/iio/industrialio-backend.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] iio: backend: fix typos in kernel-doc for iio_backend_interface_data_align()
Posted by Linkai Gong 1 week, 4 days ago
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
Re: [PATCH] iio: backend: fix typos in kernel-doc for iio_backend_interface_data_align()
Posted by Andy Shevchenko 1 week, 4 days ago
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
Re: [PATCH] iio: backend: fix typos in kernel-doc for iio_backend_interface_data_align()
Posted by Jonathan Cameron 5 days, 17 hours ago
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.

>