On 19 July 2020 01:29, Randy Dunlap wrote: > Drop the repeated word "that" in a comment. > > Signed-off-by: Randy Dunlap <[email protected]> > Cc: Support Opensource <[email protected]> > Cc: Lee Jones <[email protected]>
Acked-by: Adam Thomson <[email protected]> > --- > include/linux/mfd/da9055/pdata.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200717.orig/include/linux/mfd/da9055/pdata.h > +++ linux-next-20200717/include/linux/mfd/da9055/pdata.h > @@ -35,7 +35,7 @@ struct da9055_pdata { > int *gpio_rsel; > /* > * Regulator mode control bits value (GPI offset) that > - * that controls the regulator state, 0 if not available. > + * controls the regulator state, 0 if not available. > */ > enum gpio_select *reg_ren; > /*

