aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-core.c
diff options
context:
space:
mode:
authorHisao Tanabe <xtanabe@gmail.com>2018-05-05 17:41:13 +0900
committerJiri Kosina <jkosina@suse.cz>2018-05-16 11:10:33 +0200
commitd6c70a86bc72fabe7fc9d9533afdb46a56c16896 (patch)
tree4182d0551c3057e59c58c883698ae8712a1780c5 /drivers/hid/hid-core.c
parentHID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B (diff)
downloadlinux-dev-d6c70a86bc72fabe7fc9d9533afdb46a56c16896.tar.xz
linux-dev-d6c70a86bc72fabe7fc9d9533afdb46a56c16896.zip
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: Hisao Tanabe <xtanabe@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-core.c')
-rw-r--r--drivers/hid/hid-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 5d7cc6bbbac6..720be70ae74a 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -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)
{