Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3aa1584 authored by Stephen Boyd's avatar Stephen Boyd Committed by Jiri Kosina
Browse files

workqueue: Fix workqueue_execute_end() comment



workqueue_execute_end() is called after the callback function,
not before.

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent e75d6606
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.