Skip to content

Commit 7a87300

Browse files
committed
uclogic: Clarify pen/frame desc_ptr description
1 parent 45888a2 commit 7a87300

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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)