drivers/iio/accel/kionix-kx022a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
From: Carlos Casadiego <cdcp206@gmail.com>
Fix "usng" to "using" in a comment.
Signed-off-by: Carlos Casadiego <cdcp206@gmail.com>
---
drivers/iio/accel/kionix-kx022a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/accel/kionix-kx022a.c b/drivers/iio/accel/kionix-kx022a.c
index 8f2810c8ffeb..a3d80e4e7f1e 100644
--- a/drivers/iio/accel/kionix-kx022a.c
+++ b/drivers/iio/accel/kionix-kx022a.c
@@ -809,7 +809,7 @@ static int __kx022a_fifo_flush(struct iio_dev *idev, unsigned int samples,
* the timestamps. If we are ran from IRQ, then the
* IRQF_ONESHOT has us covered - but if we are ran by the
* user-space read we need to disable the IRQ to be on a safe
- * side. We do this usng synchronous disable so that if the
+ * side. We do this using synchronous disable so that if the
* IRQ thread is being ran on other CPU we wait for it to be
* finished.
*/
---
base-commit: 61718ed183599e5162496b5306c3377a925d21cd
change-id: 20260920-iio-kx022a-fix-comment-typo-c1d1ce27472f
Best regards,
--
Carlos Casadiego <cdcp206@gmail.com>
On Sun, 20 Sep 2026 20:06:45 -0500 Carlos Casadiego via B4 Relay <devnull+cdcp206.gmail.com@kernel.org> wrote: > From: Carlos Casadiego <cdcp206@gmail.com> > > Fix "usng" to "using" in a comment. > > Signed-off-by: Carlos Casadiego <cdcp206@gmail.com> Applied. Thanks, Jonathan > --- > drivers/iio/accel/kionix-kx022a.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/accel/kionix-kx022a.c b/drivers/iio/accel/kionix-kx022a.c > index 8f2810c8ffeb..a3d80e4e7f1e 100644 > --- a/drivers/iio/accel/kionix-kx022a.c > +++ b/drivers/iio/accel/kionix-kx022a.c > @@ -809,7 +809,7 @@ static int __kx022a_fifo_flush(struct iio_dev *idev, unsigned int samples, > * the timestamps. If we are ran from IRQ, then the > * IRQF_ONESHOT has us covered - but if we are ran by the > * user-space read we need to disable the IRQ to be on a safe > - * side. We do this usng synchronous disable so that if the > + * side. We do this using synchronous disable so that if the > * IRQ thread is being ran on other CPU we wait for it to be > * finished. > */ > > --- > base-commit: 61718ed183599e5162496b5306c3377a925d21cd > change-id: 20260920-iio-kx022a-fix-comment-typo-c1d1ce27472f > > Best regards, > -- > Carlos Casadiego <cdcp206@gmail.com> > >
© 2016 - 2026 Red Hat, Inc.