mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue