asm-generic/irqstat: Add optional __nmi_count member
[linux-2.6-microblaze.git] / kernel / kthread.c
index 3edaa38..e29773c 100644 (file)
@@ -775,7 +775,7 @@ EXPORT_SYMBOL(kthread_create_worker);
 
 /**
  * kthread_create_worker_on_cpu - create a kthread worker and bind it
- *     it to a given CPU and the associated NUMA node.
+ *     to a given CPU and the associated NUMA node.
  * @cpu: CPU number
  * @flags: flags modifying the default behavior of the worker
  * @namefmt: printf-style name for the kthread worker (task).