src/host/schedule.c: fix style

Make checkpatch happy

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
Pierre-Louis Bossart 2019-01-15 23:08:05 -06:00 committed by Liam Girdwood
parent 1737993a1f
commit af31c12080
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
/* scheduler testbench definition */ /* scheduler testbench definition */
struct schedule_data { struct schedule_data {
spinlock_t lock; spinlock_t lock; /* schedule lock */
struct list_item list; /* list of tasks in priority queue */ struct list_item list; /* list of tasks in priority queue */
uint32_t clock; uint32_t clock;
}; };