misc: adjust formatting
This commit is contained in:
@@ -49,8 +49,12 @@ static void worker_func()
|
||||
continue;
|
||||
}
|
||||
|
||||
struct queue_entry *work_item_qe = queue_pop_front(&this_cpu->c_wq.wq_queue);
|
||||
struct work_item *work_item = QUEUE_CONTAINER(struct work_item, w_head, work_item_qe);
|
||||
struct queue_entry *work_item_qe
|
||||
= queue_pop_front(&this_cpu->c_wq.wq_queue);
|
||||
struct work_item *work_item = QUEUE_CONTAINER(
|
||||
struct work_item,
|
||||
w_head,
|
||||
work_item_qe);
|
||||
spin_unlock_irqrestore(&this_cpu->c_wq.wq_lock, flags);
|
||||
put_cpu(this_cpu);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user