From: rokhov <dmitry.torokhov@gmail.com>
To: Flavio Suligoi <f.suligoi@asem.it>
Cc: Armijn Hemel <armijn@tjaldur.nl>,
Kate Stewart <kstewart@linuxfoundation.org>,
Alexios Zavras <alexios.zavras@intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] input: ar1021: fix typo in preprocessor macro name
Date: Tue, 12 Nov 2019 16:28:55 -0800 [thread overview]
Message-ID: <20191113002855.GK13374@dtor-ws> (raw)
In-Reply-To: <1573211947-660-1-git-send-email-f.suligoi@asem.it>
On Fri, Nov 08, 2019 at 12:19:07PM +0100, Flavio Suligoi wrote:
> Fix spelling mistake.
>
> Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Applied, thank you.
> ---
> drivers/input/touchscreen/ar1021_i2c.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/input/touchscreen/ar1021_i2c.c b/drivers/input/touchscreen/ar1021_i2c.c
> index 28644f3..c0d5c24 100644
> --- a/drivers/input/touchscreen/ar1021_i2c.c
> +++ b/drivers/input/touchscreen/ar1021_i2c.c
> @@ -13,7 +13,7 @@
> #include <linux/irq.h>
> #include <linux/interrupt.h>
>
> -#define AR1021_TOCUH_PKG_SIZE 5
> +#define AR1021_TOUCH_PKG_SIZE 5
>
> #define AR1021_MAX_X 4095
> #define AR1021_MAX_Y 4095
> @@ -25,7 +25,7 @@
> struct ar1021_i2c {
> struct i2c_client *client;
> struct input_dev *input;
> - u8 data[AR1021_TOCUH_PKG_SIZE];
> + u8 data[AR1021_TOUCH_PKG_SIZE];
> };
>
> static irqreturn_t ar1021_i2c_irq(int irq, void *dev_id)
> --
> 2.7.4
>
--
Dmitry
prev parent reply other threads:[~2019-11-13 0:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 11:19 [PATCH] input: ar1021: fix typo in preprocessor macro name Flavio Suligoi
2019-11-13 0:28 ` rokhov [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=20191113002855.GK13374@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=alexios.zavras@intel.com \
--cc=armijn@tjaldur.nl \
--cc=f.suligoi@asem.it \
--cc=gregkh@linuxfoundation.org \
--cc=kstewart@linuxfoundation.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox