projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e75d660
)
workqueue: Fix workqueue_execute_end() comment
author
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 9 Apr 2012 17:44:57 +0000
(10:44 -0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 10 Apr 2012 08:49:47 +0000
(10:49 +0200)
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>
include/trace/events/workqueue.h
patch
|
blob
|
history
diff --git
a/include/trace/events/workqueue.h
b/include/trace/events/workqueue.h
index 7d497291c85d8489ff3b11e59ebfefc0b3417a0d..4018f5058f272911480cbf487f401376b6a7cd74 100644
(file)
--- a/
include/trace/events/workqueue.h
+++ b/
include/trace/events/workqueue.h
@@
-103,7
+103,7
@@
TRACE_EVENT(workqueue_execute_start,
);
/**
- * workqueue_execute_end - called immediately
before
the workqueue callback
+ * workqueue_execute_end - called immediately
after
the workqueue callback
* @work: pointer to struct work_struct
*
* Allows to track workqueue execution.