diff options
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 16f4986205e9..c3692d9eda55 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -4695,7 +4695,7 @@ static void work_for_cpu_fn(struct work_struct *work) | |||
4695 | } | 4695 | } |
4696 | 4696 | ||
4697 | /** | 4697 | /** |
4698 | * work_on_cpu - run a function in user context on a particular cpu | 4698 | * work_on_cpu - run a function in thread context on a particular cpu |
4699 | * @cpu: the cpu to run on | 4699 | * @cpu: the cpu to run on |
4700 | * @fn: the function to run | 4700 | * @fn: the function to run |
4701 | * @arg: the function arg | 4701 | * @arg: the function arg |