Fix typos in usb.c, llist_irqsafe.h and dfu.h

This commit is contained in:
Harald Welte
2017-11-28 19:16:10 +01:00
parent 119624f46f
commit f231541601
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ static inline void llist_add_irqsafe(struct llist_head *_new,
local_irq_save(x);
llist_add(_new, head);
local_irq_retsore(x);
local_irq_restore(x);
}
static inline void llist_add_tail_irqsafe(struct llist_head *_new,