Skip to content

Commit b1cbb2f

Browse files
nikolasdtor
authored andcommitted
Input: applespi - fix trivial typo in struct description
This fixes a typo in the keyboard_protocol description. coodinate -> coordinate. Signed-off-by: Nikolas Nyby <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 020834b commit b1cbb2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/input/keyboard/applespi.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ struct keyboard_protocol {
134134
* struct tp_finger - single trackpad finger structure, le16-aligned
135135
*
136136
* @origin: zero when switching track finger
137-
* @abs_x: absolute x coodinate
138-
* @abs_y: absolute y coodinate
139-
* @rel_x: relative x coodinate
140-
* @rel_y: relative y coodinate
137+
* @abs_x: absolute x coordinate
138+
* @abs_y: absolute y coordinate
139+
* @rel_x: relative x coordinate
140+
* @rel_y: relative y coordinate
141141
* @tool_major: tool area, major axis
142142
* @tool_minor: tool area, minor axis
143143
* @orientation: 16384 when point, else 15 bit angle

0 commit comments

Comments
 (0)