All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Mike Frysinger <vapier.adi@gmail.com>
Cc: "Hennerich, Michael" <Michael.Hennerich@analog.com>,
	Luotao Fu <l.fu@pengutronix.de>,
	"linux-input@vger.kernel.org" <linux-input@vger.kernel.org>,
	"uclinux-dist-devel@blackfin.uclinux.org"
	<uclinux-dist-devel@blackfin.uclinux.org>,
	Chris Verges <chrisv@cyberswitching.com>
Subject: Re: [Uclinux-dist-devel] [PATCH v3] input/misc: new ADXL345/346 driver
Date: Thu, 22 Jul 2010 23:44:02 -0700	[thread overview]
Message-ID: <20100723064401.GB20532@core.coreip.homeip.net> (raw)
In-Reply-To: <AANLkTikI3ps5u30x235VOtQgAN0KdMGRNotKjLYSTpCc@mail.gmail.com>

Hi Mike,

On Wed, Jul 21, 2010 at 09:50:12AM -0400, Mike Frysinger wrote:
> On Thu, Jul 1, 2010 at 03:53, Dmitry Torokhov wrote:
> > Input: adxl34 - make enable/disable separate from suspend/resume
> 
> this should be "adxl34x" i think to match the style we've used in the
> past and the actual driver name
> 
> > -void adxl34x_enable(struct adxl34x *ac)
> > +void adxl34x_resume(struct adxl34x *ac)
> >  {
> >        mutex_lock(&ac->mutex);
> > -       __adxl34x_enable(ac);
> > +
> > +       if (ac->suspended && !ac->disabled && ac->opened)
> > +               __adxl34x_enable(ac);
> > +
> > +       ac->suspended= false;
> 
> ERROR: spaces required around that '=' (ctx:VxW)
> #191: FILE: drivers/input/misc/adxl34x.c:435:
> +       ac->suspended= false;
> 
> >  }
> >
> > -EXPORT_SYMBOL_GPL(adxl34x_enable);
> > +EXPORT_SYMBOL_GPL(adxl34x_resume);
> 
> while you're here, might want to delete the newline after the brace to
> avoid the checkpatch warning:

Thanks for noticing these issues however as the original change is quite
buried I opted to roll these changes into another patch.

Thanks.

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2010-07-23  6:44 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14 10:27 [PATCH] input/misc: new ADXL345/346 driver Mike Frysinger
     [not found] ` <1255516029-30023-1-git-send-email-vapier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>
2009-10-14 10:54   ` [PATCH v2] " Mike Frysinger
2009-10-16  4:36     ` Dmitry Torokhov
     [not found]       ` <20091016043627.GC11582-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2009-10-16  5:39         ` Mike Frysinger
     [not found]           ` <8bd0f97a0910152239v3c889a95rd9b100e3e7204e98-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-10-16  5:44             ` Dmitry Torokhov
     [not found]               ` <20091016054414.GE11582-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2009-10-16  5:53                 ` Mike Frysinger
2009-10-16  6:57           ` [Uclinux-dist-devel] " Mike Frysinger
2009-10-16  7:22             ` Dmitry Torokhov
     [not found]               ` <20091016072216.GH11582-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2009-10-16  8:20                 ` Mike Frysinger
2009-10-16  9:06         ` Hennerich, Michael
2009-10-20  8:40     ` [PATCH v3] " Mike Frysinger
2009-10-20 18:46       ` Chris Verges
2009-10-21  2:32         ` [Uclinux-dist-devel] " Mike Frysinger
2010-06-25  7:14       ` Dmitry Torokhov
     [not found]         ` <20100625071425.GA631-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2010-06-25 13:59           ` Hennerich, Michael
2010-07-01  7:53             ` Dmitry Torokhov
2010-07-01  9:15               ` Hennerich, Michael
2010-07-01 16:08                 ` Dmitry Torokhov
2010-07-21 13:50               ` [Uclinux-dist-devel] " Mike Frysinger
2010-07-23  6:44                 ` Dmitry Torokhov [this message]
2010-08-05 12:30               ` Hennerich, Michael
2010-08-06  5:37                 ` Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100723064401.GB20532@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=chrisv@cyberswitching.com \
    --cc=l.fu@pengutronix.de \
    --cc=linux-input@vger.kernel.org \
    --cc=uclinux-dist-devel@blackfin.uclinux.org \
    --cc=vapier.adi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.