projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
070b963
)
HID: core: fix hid_hw_open() comment
author
Hisao Tanabe
<xtanabe@gmail.com>
Sat, 5 May 2018 08:41:13 +0000
(17:41 +0900)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 16 May 2018 09:10:33 +0000
(11:10 +0200)
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>
drivers/hid/hid-core.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-core.c
b/drivers/hid/hid-core.c
index
5d7cc6b
..
720be70
100644
(file)
--- 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_h
i
w_start().
+ * to hid_hw_start().
*/
int hid_hw_open(struct hid_device *hdev)
{