* [PATCH] DAS6402: Fixing foo * bar should be foo *bar
@ 2014-01-11 14:48 Joe Borg
2014-01-13 18:46 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Joe Borg @ 2014-01-11 14:48 UTC (permalink / raw)
To: abbotti, hsweeten, gregkh; +Cc: devel, linux-kernel, cyborg101010
---
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.309.ga25014b
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] DAS6402: Fixing foo * bar should be foo *bar
2014-01-11 14:48 [PATCH] DAS6402: Fixing foo * bar should be foo *bar Joe Borg
@ 2014-01-13 18:46 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-01-13 18:46 UTC (permalink / raw)
To: Joe Borg; +Cc: abbotti, hsweeten, devel, linux-kernel
On Sat, Jan 11, 2014 at 02:48:48PM +0000, Joe Borg wrote:
> ---
> drivers/staging/comedi/drivers/das6402.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Please always run your patches through the checkpatch.pl script, so that
we don't have to tell you the results of it as to why we can't accept
your patch :(
Care to try again for both of these?
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-13 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-11 14:48 [PATCH] DAS6402: Fixing foo * bar should be foo *bar Joe Borg
2014-01-13 18:46 ` 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.