linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: mouse: lifebook: Fixed tabbing issue.
@ 2015-03-20  2:37 Brian K. Turner
  2015-03-20 16:37 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Brian K. Turner @ 2015-03-20  2:37 UTC (permalink / raw)
  To: linux-input; +Cc: Brian K. Turner

Fixed a style issue where spaces where used instead of tabs.

Signed-off-by: Brian K. Turner <turnerbk84@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Input: mouse: lifebook: Fixed tabbing issue.
  2015-03-20  2:37 [PATCH] Input: mouse: lifebook: Fixed tabbing issue Brian K. Turner
@ 2015-03-20 16:37 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2015-03-20 16:37 UTC (permalink / raw)
  To: Brian K. Turner; +Cc: linux-input

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-20 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20  2:37 [PATCH] Input: mouse: lifebook: Fixed tabbing issue Brian K. Turner
2015-03-20 16:37 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).