On 3/15/24 07:44, Benjamin Tissoires wrote: > +/** > + * hid_bpf_hw_output_report - Send an output report to a HID device > + * > + * @ctx: the HID-BPF context previously allocated in > hid_bpf_allocate_context() > + * @buf: a %PTR_TO_MEM buffer > + * @buf__sz: the size of the data to transfer > + * > + * @returns the number of bytes transferred on success, a negative error > code otherwise. > + */ Minimum change: @returns: Preferred change: Returns: "@returns" is not documented. Thanks. -- #Randy
- [PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BP... Benjamin Tissoires
- [PATCH v4 1/7] HID: bpf/dispatch: regroup kfuncs d... Benjamin Tissoires
- [PATCH v4 2/7] HID: bpf: export hid_hw_output_repo... Benjamin Tissoires
- Re: [PATCH v4 2/7] HID: bpf: export hid_hw_out... Randy Dunlap
- Re: [PATCH v4 2/7] HID: bpf: export hid_hw... Benjamin Tissoires
- [PATCH v4 3/7] selftests/hid: add KASAN to the VM ... Benjamin Tissoires
- [PATCH v4 4/7] selftests/hid: Add test for hid_bpf... Benjamin Tissoires
- [PATCH v4 5/7] HID: bpf: allow to inject HID event... Benjamin Tissoires
- Re: [PATCH v4 5/7] HID: bpf: allow to inject H... Randy Dunlap
- [PATCH v4 6/7] selftests/hid: add tests for hid_bp... Benjamin Tissoires
- [PATCH v4 7/7] HID: bpf: allow to use bpf_timer_se... Benjamin Tissoires
- Re: [PATCH v4 0/7] Extend HID-BPF kfuncs (was: all... Benjamin Tissoires