Commit 87dc28eb authored by Nikolai Kondrashov's avatar Nikolai Kondrashov Committed by Jiri Kosina

HID: uclogic: Clarify params desc_size description

Documentation improvements.
Signed-off-by: default avatarNikolai Kondrashov <spbnick@gmail.com>
Signed-off-by: default avatarJosé Expósito <jose.exposito89@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 6facd076
...@@ -189,7 +189,7 @@ struct uclogic_params { ...@@ -189,7 +189,7 @@ struct uclogic_params {
__u8 *desc_ptr; __u8 *desc_ptr;
/* /*
* Size of the common part of the replacement report descriptor. * Size of the common part of the replacement report descriptor.
* Only valid, if "desc_ptr" is not NULL. * Only valid, if "desc_ptr" is valid and not NULL.
*/ */
unsigned int desc_size; unsigned int desc_size;
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment