diff options
| author | Xiang wangx <[email protected]> | 2022-06-04 12:05:41 +0800 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2022-06-14 11:53:09 +0100 |
| commit | 9e63be2acb34411ec00a34df666e169ce29a6904 (patch) | |
| tree | 0088d1654eaf486dc6dea87f281cb006a8178780 | |
| parent | 38d5cd1e7ee0b3e96f39ed3a93cada1c71352c53 (diff) | |
iio: accel: sca3000: Fix syntax errors in comments
Delete the redundant word 'via'.
Signed-off-by: Xiang wangx <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
| -rw-r--r-- | drivers/iio/accel/sca3000.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ error_ret: * 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) { |