mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
36c6aa26e9
commit
53ed4cf651
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue