diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-04-09 13:44:57 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-10 04:49:47 -0400 |
commit | b3aa1584e9f3449b0669ab2beb9b9bf99874e1d6 (patch) | |
tree | 4bcbf6af794bc00ff949b9b519f6dd5f205bb37c | |
parent | e75d660672ddd11704b7f0fdb8ff21968587b266 (diff) |
workqueue: Fix workqueue_execute_end() comment
workqueue_execute_end() is called after the callback function,
not before.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | include/trace/events/workqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/workqueue.h b/include/trace/events/workqueue.h index 7d497291c85d..4018f5058f27 100644 --- a/include/trace/events/workqueue.h +++ b/include/trace/events/workqueue.h | |||
@@ -103,7 +103,7 @@ TRACE_EVENT(workqueue_execute_start, | |||
103 | ); | 103 | ); |
104 | 104 | ||
105 | /** | 105 | /** |
106 | * workqueue_execute_end - called immediately before the workqueue callback | 106 | * workqueue_execute_end - called immediately after the workqueue callback |
107 | * @work: pointer to struct work_struct | 107 | * @work: pointer to struct work_struct |
108 | * | 108 | * |
109 | * Allows to track workqueue execution. | 109 | * Allows to track workqueue execution. |