work: fix typos for comment message

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2017-03-09 14:09:20 +08:00 committed by Liam Girdwood
parent 2a0f0ea62b
commit d8dd7576b2
1 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@ static void work_notify(int message, void *data, void *event_data)
spin_lock_irq(&queue->lock, flags);
/* we need to re-caclulate timer when CPU freqency changes */
/* we need to re-caclulate timer when CPU frequency changes */
if (message == CLOCK_NOTIFY_POST) {
/* CPU frequency update complete */
@ -334,7 +334,7 @@ void work_schedule(struct work_queue *queue, struct work *w, uint32_t timeout)
goto out;
}
/* convert timeout microsecs to CPU clock ticks */
/* convert timeout micro seconds to CPU clock ticks */
w->timeout = queue->ticks_per_usec * timeout + work_get_timer(queue);
/* insert work into list */