diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-04 06:05:41 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-06-14 12:53:09 +0200 |
commit | 9e63be2acb34411ec00a34df666e169ce29a6904 (patch) | |
tree | 0088d1654eaf486dc6dea87f281cb006a8178780 /drivers/iio/accel | |
parent | iio: accel: sca3300: Add inclination channels (diff) | |
download | linux-9e63be2acb34411ec00a34df666e169ce29a6904.tar.xz linux-9e63be2acb34411ec00a34df666e169ce29a6904.zip |
iio: accel: sca3000: Fix syntax errors in comments
Delete the redundant word 'via'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220604040541.8470-1-wangxiang@cdjrlc.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/accel')
-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) { |