Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff9b00a2 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: fix kerneldoc comment for hid_input_report()



The kerneldoc comment for 'interrupt' has already confused a lot
of people, as it is simply wrong. It doesn't carry the information
about the context, but is used to distinguish between two fundamental
types of low-level transport transfers -- interrupt vs. control.

Make this clear in the comment.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fa595302
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1066,7 +1066,7 @@ EXPORT_SYMBOL_GPL(hid_report_raw_event);
 * @type: HID report type (HID_*_REPORT)
 * @data: report contents
 * @size: size of data parameter
 * @interrupt: called from atomic?
 * @interrupt: distinguish between interrupt and control transfers
 *
 * This is data entry for lower layers.
 */