Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] DAS6402: Fixing foo * bar should be foo *bar

0 views
Skip to first unread message

Joe Borg

unread,
Jan 11, 2014, 9:50:01 AM1/11/14
to
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Greg KH

unread,
Jan 13, 2014, 1:50:02 PM1/13/14
to
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
0 new messages