Message ID | 20241116-fix_input_doc-v2-1-133dad7ae928@hotmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2] input: Documentation: Fix the input_event struct documentation | expand |
diff --git a/Documentation/input/input.rst b/Documentation/input/input.rst index 2c67fa904adcf902cebf8e7137c0a1609d879a50..d9a6de87d02de5301500b392191ab67e7db431ed 100644 --- a/Documentation/input/input.rst +++ b/Documentation/input/input.rst @@ -264,7 +264,7 @@ events on a read. Their layout is:: struct timeval time; unsigned short type; unsigned short code; - unsigned int value; + int value; }; ``time`` is the timestamp, it returns the time at which the event happened.