projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b92e1a
)
Fix typo in doc string
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 20 Apr 2016 01:31:38 +0000
(11:31 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 20 Apr 2016 01:31:38 +0000
(11:31 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h
patch
|
blob
|
history
diff --git
a/libevdev/libevdev.h
b/libevdev/libevdev.h
index 27e36d8e9a71618771ff01cf8e053d8c1ef7b8a1..3edc3ae66cced07be1668c4d4aec3085171cdbb4 100644
(file)
--- a/
libevdev/libevdev.h
+++ b/
libevdev/libevdev.h
@@
-1798,7
+1798,7
@@
int libevdev_disable_event_type(struct libevdev *dev, unsigned int type);
* The last argument depends on the type and code:
* - If type is EV_ABS, data must be a pointer to a struct input_absinfo
* containing the data for this axis.
- * - If type is EV_REP, da
at
must be a pointer to a int containing the data
+ * - If type is EV_REP, da
ta
must be a pointer to a int containing the data
* for this axis
* - For all other types, the argument must be NULL.
*