We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020834b commit b1cbb2fCopy full SHA for b1cbb2f
drivers/input/keyboard/applespi.c
@@ -134,10 +134,10 @@ struct keyboard_protocol {
134
* struct tp_finger - single trackpad finger structure, le16-aligned
135
*
136
* @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
+ * @abs_x: absolute x coordinate
+ * @abs_y: absolute y coordinate
+ * @rel_x: relative x coordinate
+ * @rel_y: relative y coordinate
141
* @tool_major: tool area, major axis
142
* @tool_minor: tool area, minor axis
143
* @orientation: 16384 when point, else 15 bit angle
0 commit comments