Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] iio: accel: sca3000: Fix syntax errors in comments
@ 2022-06-04  4:05 Xiang wangx
  2022-06-04 15:03 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Xiang wangx @ 2022-06-04  4:05 UTC (permalink / raw)
  To: jic23; +Cc: lars, linux-iio, linux-kernel, Xiang wangx

Delete the redundant word 'via'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 drivers/iio/accel/sca3000.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/accel/sca3000.c b/drivers/iio/accel/sca3000.c
index 29a68a7d34cd..08dedee76e46 100644
--- a/drivers/iio/accel/sca3000.c
+++ b/drivers/iio/accel/sca3000.c
@@ -424,7 +424,7 @@ static int sca3000_read_ctrl_reg(struct sca3000_state *st,
  * sca3000_print_rev() - sysfs interface to read the chip revision number
  * @indio_dev: Device instance specific generic IIO data.
  * Driver specific device instance data can be obtained via
- * via iio_priv(indio_dev)
+ * iio_priv(indio_dev)
  */
 static int sca3000_print_rev(struct iio_dev *indio_dev)
 {
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-04 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-04  4:05 [PATCH] iio: accel: sca3000: Fix syntax errors in comments Xiang wangx
2022-06-04 15:03 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox