Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 968ac842 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: whitespace fixes in drivers/input/mouse



Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 71387bd7
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -468,10 +468,8 @@ int alps_detect(struct psmouse *psmouse, int set_properties)

	if (set_properties) {
		psmouse->vendor = "ALPS";
		if (model->flags & ALPS_DUALPOINT) 
			psmouse->name = "DualPoint TouchPad";
		else
			psmouse->name = "GlidePoint";
		psmouse->name = model->flags & ALPS_DUALPOINT ?
				"DualPoint TouchPad" : "GlidePoint";
		psmouse->model = version;
	}
	return 0;
+2 −2

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading