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:
d8d8e75
)
Fix stray * in documentation
author
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 9 Aug 2013 04:35:45 +0000
(14:35 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 9 Aug 2013 05:54:50 +0000
(15:54 +1000)
libevdev/libevdev.h
patch
|
blob
|
history
diff --git
a/libevdev/libevdev.h
b/libevdev/libevdev.h
index e99fcbbcdbee98ecede6ebb0f59650ec14cf00d4..67c609dc5a7b4f97e926c9065619f72757a641ce 100644
(file)
--- a/
libevdev/libevdev.h
+++ b/
libevdev/libevdev.h
@@
-851,7
+851,7
@@
int libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, un
*
* @param dev The evdev device, already initialized with libevdev_set_fd()
* @param slot The numerical slot number, must be smaller than the total number
- * of slots on this
*
device
+ * of slots on this device
* @param code The event code to query for, one of ABS_MT_POSITION_X, etc.
*
* @note This function is signal-safe.