HID: fix comment in hid_input_report()
authorJiri Kosina <jkosina@suse.cz>
Tue, 4 Mar 2008 12:53:33 +0000 (13:53 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 18 Mar 2008 10:20:32 +0000 (11:20 +0100)
commitdfd347f09c66beed2ae621aad5fd75535b1838d4
tree4ee6d55485e173ad2f4c86a7ae9ac08d7dcc38ec
parentc9bde7ad39e61424619b6bd7dd6984606b3b6489
HID: fix comment in hid_input_report()

The hid_input_report() in debug mode of course outputs the report itself, not
the device report descriptor.

Fix this error in comment.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c