driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: quatech_daqp_cs: Remove repeated word on comment
@ 2020-10-13 21:27 Giovanni Bertao
  2020-10-16  8:31 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Giovanni Bertao @ 2020-10-13 21:27 UTC (permalink / raw)
  To: abbotti; +Cc: devel

Remove repeated word on comment.

Signed-off-by: Giovanni Bertao <gbertao96@gmail.com>
---
 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

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: comedi: quatech_daqp_cs: Remove repeated word on comment
  2020-10-13 21:27 [PATCH] Staging: comedi: quatech_daqp_cs: Remove repeated word on comment Giovanni Bertao
@ 2020-10-16  8:31 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-10-16  8:31 UTC (permalink / raw)
  To: Giovanni Bertao; +Cc: devel, abbotti

On Tue, Oct 13, 2020 at 09:27:18PM +0000, Giovanni Bertao wrote:
> Remove repeated word on comment.
> 
> Signed-off-by: Giovanni Bertao <gbertao96@gmail.com>
> ---
>  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@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-16  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 21:27 [PATCH] Staging: comedi: quatech_daqp_cs: Remove repeated word on comment Giovanni Bertao
2020-10-16  8:31 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).