Skip to content

Commit 4933a72

Browse files
spbnickJiri Kosina
authored andcommitted
HID: uclogic: Clarify pen/frame desc_ptr description
Documentation improvements. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com> Signed-off-by: José Expósito <jose.exposito89@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 87dc28e commit 4933a72

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/hid/hid-uclogic-params.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ struct uclogic_params_pen_subreport {
6262
*/
6363
struct uclogic_params_pen {
6464
/*
65-
* Pointer to report descriptor describing the inputs.
66-
* Allocated with kmalloc.
65+
* Pointer to report descriptor part describing the pen inputs.
66+
* Allocated with kmalloc. NULL if the part is not specified.
6767
*/
6868
__u8 *desc_ptr;
6969
/*
@@ -101,8 +101,8 @@ struct uclogic_params_pen {
101101
*/
102102
struct uclogic_params_frame {
103103
/*
104-
* Pointer to report descriptor describing the inputs.
105-
* Allocated with kmalloc.
104+
* Pointer to report descriptor part describing the frame inputs.
105+
* Allocated with kmalloc. NULL if the part is not specified.
106106
*/
107107
__u8 *desc_ptr;
108108
/*

0 commit comments

Comments
 (0)