From: Chris Packham Date: Mon, 25 May 2020 23:02:01 +0000 (+1200) Subject: HID: logitech-dj: Fix spelling in comment X-Git-Tag: microblaze-v5.11~117^2~5 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=53ed4cf6519def01ea49af7609ee585a7b2d38c3;p=linux-2.6-microblaze.git HID: logitech-dj: Fix spelling in comment Change 'unhandeled' to 'unhandled'. Signed-off-by: Chris Packham Signed-off-by: Jiri Kosina --- 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;