Commit 1a37e18b authored by Andrew Klychkov's avatar Andrew Klychkov Committed by Jonathan Corbet

Documentation: fix typos in dev-tools/kasan.rst

Documentation: dev-tools: kasan.rst: fix typos
Signed-off-by: default avatarAndrew Klychkov <andrew.a.klyckov@gmail.com>
Link: https://lore.kernel.org/r/20201129192928.GA5692@ak-VirtualBoxSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent ac771142
...@@ -330,7 +330,7 @@ using something like insmod or modprobe. The module is called ``test_kasan``. ...@@ -330,7 +330,7 @@ using something like insmod or modprobe. The module is called ``test_kasan``.
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
With ``CONFIG_KUNIT`` built-in, ``CONFIG_KASAN_KUNIT_TEST`` can be built-in With ``CONFIG_KUNIT`` built-in, ``CONFIG_KASAN_KUNIT_TEST`` can be built-in
on any architecure that supports KASAN. These and any other KUnit on any architecture that supports KASAN. These and any other KUnit
tests enabled will run and print the results at boot as a late-init tests enabled will run and print the results at boot as a late-init
call. call.
...@@ -351,5 +351,5 @@ converted to KUnit. These tests can be run only as a module with ...@@ -351,5 +351,5 @@ converted to KUnit. These tests can be run only as a module with
``CONFIG_KASAN`` built-in. The type of error expected and the ``CONFIG_KASAN`` built-in. The type of error expected and the
function being run is printed before the expression expected to give function being run is printed before the expression expected to give
an error. Then the error is printed, if found, and that test an error. Then the error is printed, if found, and that test
should be interpretted to pass only if the error was the one expected should be interpreted to pass only if the error was the one expected
by the test. by the test.
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