Re: [PATCH] Input: mouse: lifebook: Fixed tabbing issue.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>

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@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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




[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux