projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c6aa2
)
HID: logitech-dj: Fix spelling in comment
author
Chris Packham
<chris.packham@alliedtelesis.co.nz>
Mon, 25 May 2020 23:02:01 +0000
(11:02 +1200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 1 Sep 2020 12:23:23 +0000
(14:23 +0200)
Change 'unhandeled' to 'unhandled'.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-logitech-dj.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-logitech-dj.c
b/drivers/hid/hid-logitech-dj.c
index 38ee25a813b9e2bec38c44ed2d6486ff5a5fb54c..72fb6e54a50a0197b1f8e975ac87040e62c439a6 100644
(file)
--- a/
drivers/hid/hid-logitech-dj.c
+++ b/
drivers/hid/hid-logitech-dj.c
@@
-820,7
+820,7
@@
static void logi_dj_recv_queue_unknown_work(struct dj_receiver_dev *djrcv_dev)
{
struct dj_workitem workitem = { .type = WORKITEM_TYPE_UNKNOWN };
- /* Rate limit queries done because of unhand
e
led reports to 2/sec */
+ /* Rate limit queries done because of unhandled reports to 2/sec */
if (time_before(jiffies, djrcv_dev->last_query + HZ / 2))
return;