HID: fix kerneldoc comment for hid_input_report()
authorJiri Kosina <jkosina@suse.cz>
Thu, 1 Oct 2009 14:03:13 +0000 (16:03 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 1 Oct 2009 14:03:13 +0000 (16:03 +0200)
commitff9b00a226ccea66e6ce70e9083c42f5b6001f73
tree6a9c1446f0465f13ebb4fc6939e0df3edb9bd9fa
parentfa59530267e1006b7180e9ce1dee4136907b2b65
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: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c