Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Daniel Latypov <dlatypov@google.com>
Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Daniel Latypov <dlatypov@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

David Gow and committed by
Shuah Khan
fefdb439 26075518

+2 -2
+2 -2
Documentation/dev-tools/kunit/architecture.rst
··· 119 119 terminated immediately. 120 120 121 121 - Assertions call the function: 122 - ``void __noreturn kunit_abort(struct kunit *)``. 122 + ``void __noreturn __kunit_abort(struct kunit *)``. 123 123 124 - - ``kunit_abort`` calls the function: 124 + - ``__kunit_abort`` calls the function: 125 125 ``void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch)``. 126 126 127 127 - ``kunit_try_catch_throw`` calls the function: