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

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{