Commit fefdb439 authored by David Gow's avatar David Gow Committed by Shuah Khan

Documentation: kunit: Rename references to kunit_abort()

The kunit_abort() function has been renamed __kunit_abort(), update the
references to it in the documentation.
Suggested-by: default avatarDaniel Latypov <dlatypov@google.com>
Signed-off-by: default avatarDavid Gow <davidgow@google.com>
Reviewed-by: default avatarDaniel Latypov <dlatypov@google.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 26075518
...@@ -119,9 +119,9 @@ All expectations/assertions are formatted as: ...@@ -119,9 +119,9 @@ All expectations/assertions are formatted as:
terminated immediately. terminated immediately.
- Assertions call the function: - Assertions call the function:
``void __noreturn kunit_abort(struct kunit *)``. ``void __noreturn __kunit_abort(struct kunit *)``.
- ``kunit_abort`` calls the function: - ``__kunit_abort`` calls the function:
``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``. ``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``.
- ``kunit_try_catch_throw`` calls the function: - ``kunit_try_catch_throw`` calls the function:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment