Skip to content

Commit 53ed4cf

Browse files
cpackham-atlnzJiri Kosina
authored andcommitted
HID: logitech-dj: Fix spelling in comment
Change 'unhandeled' to 'unhandled'. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent 36c6aa2 commit 53ed4cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hid/hid-logitech-dj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ static void logi_dj_recv_queue_unknown_work(struct dj_receiver_dev *djrcv_dev)
820820
{
821821
struct dj_workitem workitem = { .type = WORKITEM_TYPE_UNKNOWN };
822822

823-
/* Rate limit queries done because of unhandeled reports to 2/sec */
823+
/* Rate limit queries done because of unhandled reports to 2/sec */
824824
if (time_before(jiffies, djrcv_dev->last_query + HZ / 2))
825825
return;
826826

0 commit comments

Comments
 (0)