diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-06-04 19:11:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-04 19:54:15 -0400 |
commit | cf25004069d3ccd6aae607d8175bdff67c1dd319 (patch) | |
tree | c033d18777c1531fd3c01452cf526e86fe2e461b | |
parent | eaa1809b900c460a020bff1f4030f4f6a237b2b2 (diff) |
kernel/stop_machine.c: kernel-doc warning fix
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | kernel/stop_machine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c index 01fbae5b97b7..695f0c6cd169 100644 --- a/kernel/stop_machine.c +++ b/kernel/stop_machine.c | |||
@@ -307,6 +307,7 @@ int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void * | |||
307 | * @cpu: cpu to stop | 307 | * @cpu: cpu to stop |
308 | * @fn: function to execute | 308 | * @fn: function to execute |
309 | * @arg: argument to @fn | 309 | * @arg: argument to @fn |
310 | * @work_buf: pointer to cpu_stop_work structure | ||
310 | * | 311 | * |
311 | * Similar to stop_one_cpu() but doesn't wait for completion. The | 312 | * Similar to stop_one_cpu() but doesn't wait for completion. The |
312 | * caller is responsible for ensuring @work_buf is currently unused | 313 | * caller is responsible for ensuring @work_buf is currently unused |