mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-19 12:00:00 +00:00
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>
This commit is contained in:
parent
e75d660672
commit
b3aa1584e9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user