Please include the mailing list linux-gpio (CC) on patches. On Tue, Oct 4, 2016 at 10:15 PM, Anthony Best <anthonybest@xxxxxxxxxxxxxxx> wrote: > It should have been @reg_clr instead of @reg_clk > > Signed-off-by: Anthony Best <anthonybest@xxxxxxxxxxxxxxx> > --- > include/linux/gpio/driver.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h > index 1f0be72..d799c7f 100644 > --- a/include/linux/gpio/driver.h > +++ b/include/linux/gpio/driver.h > @@ -92,7 +92,7 @@ enum single_ended_mode { > * bit. This callback assigns the right bit mask. > * @reg_dat: data (in) register for generic GPIO > * @reg_set: output set register (out=high) for generic GPIO > - * @reg_clk: output clear register (out=low) for generic GPIO > + * @reg_clr: output clear register (out=low) for generic GPIO > * @reg_dir: direction setting register for generic GPIO > * @bgpio_bits: number of register bits used for a generic GPIO i.e. > * <register width> * 8 Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html