diff options
author | Waiman Long <longman@redhat.com> | 2022-09-22 21:00:37 +0300 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2022-10-27 12:01:21 +0300 |
commit | 5584e8ac2c68280e5ac31d231c23cdb7dfa225db (patch) | |
tree | 58ba1442b5394d8c19a861267222a7b94cf24e7e /tools/perf/scripts/python | |
parent | ad841e569f5c88e3332b32a000f251f33ff32187 (diff) | |
download | linux-5584e8ac2c68280e5ac31d231c23cdb7dfa225db.tar.xz |
sched: Add __releases annotations to affine_move_task()
affine_move_task() assumes task_rq_lock() has been called and it does
an implicit task_rq_unlock() before returning. Add the appropriate
__releases annotations to make this clear.
A typo error in comment is also fixed.
Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20220922180041.1768141-2-longman@redhat.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions