From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: "Brian K. Turner" <turnerbk84@gmail.com>
Cc: linux-input@vger.kernel.org
Subject: Re: [PATCH] Input: mouse: lifebook: Fixed tabbing issue.
Date: Fri, 20 Mar 2015 09:37:21 -0700 [thread overview]
Message-ID: <20150320163721.GA21014@dtor-ws> (raw)
In-Reply-To: <1426819047-7518-1-git-send-email-turnerbk84@gmail.com>
On Thu, Mar 19, 2015 at 04:37:27PM -1000, Brian K. Turner wrote:
> Fixed a style issue where spaces where used instead of tabs.
>
> Signed-off-by: Brian K. Turner <turnerbk84@gmail.com>
Applied, thank you.
> ---
> drivers/input/mouse/lifebook.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/input/mouse/lifebook.c b/drivers/input/mouse/lifebook.c
> index 23222dd..e5ed216 100644
> --- a/drivers/input/mouse/lifebook.c
> +++ b/drivers/input/mouse/lifebook.c
> @@ -256,8 +256,8 @@ static void lifebook_disconnect(struct psmouse *psmouse)
>
> int lifebook_detect(struct psmouse *psmouse, bool set_properties)
> {
> - if (!lifebook_present)
> - return -1;
> + if (!lifebook_present)
> + return -1;
>
> if (desired_serio_phys &&
> strcmp(psmouse->ps2dev.serio->phys, desired_serio_phys))
> @@ -268,7 +268,7 @@ int lifebook_detect(struct psmouse *psmouse, bool set_properties)
> psmouse->name = "Lifebook TouchScreen";
> }
>
> - return 0;
> + return 0;
> }
>
> static int lifebook_create_relative_device(struct psmouse *psmouse)
> --
> 2.3.3
>
> --
> 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
--
Dmitry
prev parent reply other threads:[~2015-03-20 16:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-20 2:37 [PATCH] Input: mouse: lifebook: Fixed tabbing issue Brian K. Turner
2015-03-20 16:37 ` 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=20150320163721.GA21014@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=turnerbk84@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.