Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: lifebook - fix tabbing issue

This change fixes a style issue where spaces where used instead of tabs.

Signed-off-by: Brian K. Turner <turnerbk84@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Brian K. Turner and committed by
Dmitry Torokhov
7e174702 61c797d5

+3 -3
+3 -3
drivers/input/mouse/lifebook.c
··· 256 256 257 257 int lifebook_detect(struct psmouse *psmouse, bool set_properties) 258 258 { 259 - if (!lifebook_present) 260 - return -1; 259 + if (!lifebook_present) 260 + return -1; 261 261 262 262 if (desired_serio_phys && 263 263 strcmp(psmouse->ps2dev.serio->phys, desired_serio_phys)) ··· 268 268 psmouse->name = "Lifebook TouchScreen"; 269 269 } 270 270 271 - return 0; 271 + return 0; 272 272 } 273 273 274 274 static int lifebook_create_relative_device(struct psmouse *psmouse)