On Sun, Mar 14, 2021 at 6:49 PM Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Nothing useful to add beyond this causing a warning with W=1 > Acked-by: Alexandru Ardelean <ardeleanalex@xxxxxxxxx> > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: Alexandru Ardelean <ardeleanalex@xxxxxxxxx> > --- > drivers/iio/dac/ad5770r.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/dac/ad5770r.c b/drivers/iio/dac/ad5770r.c > index 84dcf149261f..4e7a8ed83cc1 100644 > --- a/drivers/iio/dac/ad5770r.c > +++ b/drivers/iio/dac/ad5770r.c > @@ -118,7 +118,7 @@ struct ad5770r_out_range { > }; > > /** > - * struct ad5770R_state - driver instance specific data > + * struct ad5770r_state - driver instance specific data > * @spi: spi_device > * @regmap: regmap > * @vref_reg: fixed regulator for reference configuration > -- > 2.30.2 >