From: Andrew Morton Cc: Oleg Nesterov Signed-off-by: Andrew Morton --- kernel/workqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/workqueue.c~workqueues-shrink-cpu_populated_map-when-cpu-dies-fix kernel/workqueue.c --- a/kernel/workqueue.c~workqueues-shrink-cpu_populated_map-when-cpu-dies-fix +++ a/kernel/workqueue.c @@ -158,7 +158,7 @@ static void __queue_work(struct cpu_work * * Returns 0 if @work was already on a queue, non-zero otherwise. * - * We queue the work to the CPU it was submitted, but if CPU dies + * We queue the work to the CPU on which it was submitted, but if the CPU dies * it can be processed by another CPU. */ int queue_work(struct workqueue_struct *wq, struct work_struct *work) _