On Wed, 19 Jul 2023 00:28:15 +0800 zhumao001@xxxxxxxxxx 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@xxxxxxxxxx> > --- > 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.