aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <[email protected]>2020-05-26 11:02:01 +1200
committerJiri Kosina <[email protected]>2020-09-01 14:23:23 +0200
commit53ed4cf6519def01ea49af7609ee585a7b2d38c3 (patch)
tree346155b4181d9eab546685732d590f9d5d445f36
parent36c6aa26e9ca393b31af166965cf51536176703b (diff)
HID: logitech-dj: Fix spelling in comment
Change 'unhandeled' to 'unhandled'. Signed-off-by: Chris Packham <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r--drivers/hid/hid-logitech-dj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
index 38ee25a813b9..72fb6e54a50a 100644
--- 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 unhandeled 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;