[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20230722175701.144fed35@jic23-huawei>
Date: Sat, 22 Jul 2023 17:57:01 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: zhumao001@...suo.com
Cc: lars@...afoo.de, Michael.Hennerich@...log.com,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iio: Fix typo in comment
On Wed, 19 Jul 2023 00:28:15 +0800
zhumao001@...suo.com wrote:
Hi,
This didn't make the mailing list - I think because you sent
it as an html email. Please fix that and resend as then it'll will
be tracked in patchwork / b4 tooling will work etc.
Thanks,
Jonathan
>
> There is rebundant word 'actual' in comment, remove one.
>
> Signed-off-by: Mao Zhu <zhumao001@...suo.com>
> ---
> drivers/iio/gyro/adxrs450.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/gyro/adxrs450.c b/drivers/iio/gyro/adxrs450.c
> index f84438e0c42c..195c09beb937 100644
> --- a/drivers/iio/gyro/adxrs450.c
> +++ b/drivers/iio/gyro/adxrs450.c
> @@ -128,7 +128,7 @@ static int adxrs450_spi_read_reg_16(struct iio_dev
> *indio_dev,
>
> /**
> * adxrs450_spi_write_reg_16() - write 2 bytes data to a register pair
> - * @indio_dev: device associated with child of actual actual iio_dev
> + * @indio_dev: device associated with child of actual iio_dev
> * @reg_address: the address of the lower of the two registers,which
> should be
> * an even address, the second register's address is reg_address +
> 1.
> * @val: value to be written.
Powered by blists - more mailing lists