Commit d6c70a86 authored by Hisao Tanabe's avatar Hisao Tanabe Committed by Jiri Kosina

HID: core: fix hid_hw_open() comment

Fix comment typo for hid_hw_open().

[jkosina@suse.cz: write at least some changelog]
Signed-off-by: default avatarHisao Tanabe <xtanabe@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 070b9637
......@@ -1798,7 +1798,7 @@ EXPORT_SYMBOL_GPL(hid_hw_stop);
*
* Tell underlying HW to start delivering events from the device.
* This function should be called sometime after successful call
* to hid_hiw_start().
* to hid_hw_start().
*/
int hid_hw_open(struct hid_device *hdev)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment