From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Cc: dusonlin@emc.com.tw, linux-input@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] input: elan_i2c - fix typo in include header guard
Date: Thu, 19 Mar 2015 09:13:55 -0700 [thread overview]
Message-ID: <20150319161355.GD30732@dtor-ws> (raw)
In-Reply-To: <1426770631-29665-1-git-send-email-nicolas.iooss_linux@m4x.org>
On Thu, Mar 19, 2015 at 09:10:31PM +0800, Nicolas Iooss wrote:
> Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
> Fixes: 6696777c6506 ("Input: add driver for Elan I2C/SMbus touchpad")
Applied, thank you.
> ---
> drivers/input/mouse/elan_i2c.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/mouse/elan_i2c.h b/drivers/input/mouse/elan_i2c.h
> index e100c1b31597..9b2dc015f20c 100644
> --- a/drivers/input/mouse/elan_i2c.h
> +++ b/drivers/input/mouse/elan_i2c.h
> @@ -17,7 +17,7 @@
> */
>
> #ifndef _ELAN_I2C_H
> -#define _ELAN_i2C_H
> +#define _ELAN_I2C_H
>
> #include <linux/types.h>
>
> --
> 2.3.3
>
--
Dmitry
prev parent reply other threads:[~2015-03-19 16:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 13:10 [PATCH] input: elan_i2c - fix typo in include header guard Nicolas Iooss
2015-03-19 16:13 ` Dmitry Torokhov [this message]
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=20150319161355.GD30732@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=dusonlin@emc.com.tw \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.iooss_linux@m4x.org \
/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.