From: Hisao Tanabe Date: Sat, 5 May 2018 08:41:13 +0000 (+0900) Subject: HID: core: fix hid_hw_open() comment X-Git-Tag: v4.18-rc1~92^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6c70a86bc72fabe7fc9d9533afdb46a56c16896;p=thirdparty%2Flinux.git 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 Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 5d7cc6bbbac64..720be70ae74a3 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) {