[PATCH] iio: accel: kx022a: fix typo in comment
From: Carlos Casadiego via B4 Relay
Date: Sun Sep 20 2026 - 21:07:11 EST
From: Carlos Casadiego <cdcp206@xxxxxxxxx>
Fix "usng" to "using" in a comment.
Signed-off-by: Carlos Casadiego <cdcp206@xxxxxxxxx>
---
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@xxxxxxxxx>