mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
Fix typos in usb.c, llist_irqsafe.h and dfu.h
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user