diff mbox

HID: core: Fix a typo in a comment line

Message ID 20180505084113.10144-1-xtanabe@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hisao Tanabe May 5, 2018, 8:41 a.m. UTC
Signed-off-by: Hisao Tanabe <xtanabe@gmail.com>
---
 drivers/hid/hid-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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)
 {