Synchronize function names in the documentation with the actual implementation to fix naming inconsistencies.
Signed-off-by: Yunseong Kim <[email protected]> --- Documentation/dev-tools/dept.rst | 2 +- Documentation/dev-tools/dept_api.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/dev-tools/dept.rst b/Documentation/dev-tools/dept.rst index 333166464543..31b2fe629fab 100644 --- a/Documentation/dev-tools/dept.rst +++ b/Documentation/dev-tools/dept.rst @@ -97,7 +97,7 @@ No. What about the following? mutex_lock A mutex_lock A <- DEADLOCK - wait_for_complete B <- DEADLOCK + wait_for_completion B <- DEADLOCK complete B mutex_unlock A mutex_unlock A diff --git a/Documentation/dev-tools/dept_api.rst b/Documentation/dev-tools/dept_api.rst index 409116a62849..74e7b1424ad5 100644 --- a/Documentation/dev-tools/dept_api.rst +++ b/Documentation/dev-tools/dept_api.rst @@ -113,7 +113,7 @@ Do not use these APIs directly. The raw APIs of dept are: dept_stage_wait(map, key, ip, wait_func, time); dept_request_event_wait_commit(); dept_clean_stage(); - dept_stage_event(task, ip); + dept_ttwu_stage_wait(task, ip); dept_ecxt_enter(map, evt_flags, ip, ecxt_func, evt_func, sub_local); dept_ecxt_holding(map, evt_flags); dept_request_event(map, ext_wgen); -- 2.53.0

