On Tue, Oct 13, 2020 at 09:27:18PM +0000, Giovanni Bertao wrote: > Remove repeated word on comment. > > Signed-off-by: Giovanni Bertao <gbertao96@xxxxxxxxx> > --- > drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > diff --git a/drivers/staging/comedi/drivers/quatech_daqp_cs.c b/drivers/staging/comedi/drivers/quatech_daqp_cs.c > index 1b1efa4d31f6..fe4408ebf6b3 100644 > --- a/drivers/staging/comedi/drivers/quatech_daqp_cs.c > +++ b/drivers/staging/comedi/drivers/quatech_daqp_cs.c > @@ -164,7 +164,7 @@ static int daqp_clear_events(struct comedi_device *dev, int loops) > > /* > * Reset any pending interrupts (my card has a tendency to require > - * require multiple reads on the status register to achieve this). > + * multiple reads on the status register to achieve this). > */ > while (--loops) { > status = inb(dev->iobase + DAQP_STATUS_REG); > -- > 2.25.1 This change is already in Linus's tree, always make sure to work against linux-next so that you do not duplicate work that has already been done. greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel