All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DAS6042: Fixing typeo.
@ 2014-01-02 17:25 Joe Borg
  2014-01-09 18:43 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Borg @ 2014-01-02 17:25 UTC (permalink / raw)
  To: abbotti, hsweeten, gregkh; +Cc: devel, linux-kernel, cyborg101010

Fixing foo * bar should be foo *bar.

Fixed by Joe Borg root@josephb.org
---
 drivers/staging/comedi/drivers/das6402.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/das6402.c b/drivers/staging/comedi/drivers/das6402.c
index fb25cb8..37ae356 100644
--- a/drivers/staging/comedi/drivers/das6402.c
+++ b/drivers/staging/comedi/drivers/das6402.c
@@ -211,7 +211,7 @@ static int das6402_ai_cancel(struct comedi_device *dev,
 
 #ifdef unused
 static int das6402_ai_mode2(struct comedi_device *dev,
-			    struct comedi_subdevice *s, comedi_trig * it)
+			    struct comedi_subdevice *s, comedi_trig *it)
 {
 	struct das6402_private *devpriv = dev->private;
 
-- 
1.8.5.2


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

* Re: [PATCH] DAS6042: Fixing typeo.
  2014-01-02 17:25 [PATCH] DAS6042: Fixing typeo Joe Borg
@ 2014-01-09 18:43 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-01-09 18:43 UTC (permalink / raw)
  To: Joe Borg; +Cc: abbotti, hsweeten, devel, linux-kernel

On Thu, Jan 02, 2014 at 05:25:20PM +0000, Joe Borg wrote:
> Fixing foo * bar should be foo *bar.
> 
> Fixed by Joe Borg root@josephb.org

Same comments as the last, I can't take this :(

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

end of thread, other threads:[~2014-01-09 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-02 17:25 [PATCH] DAS6042: Fixing typeo Joe Borg
2014-01-09 18:43 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.