From: Tales Aparecida Date: Mon, 22 Aug 2022 02:26:45 +0000 (-0300) Subject: lib: overflow: update reference to kunit-tool X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0f3f1123ac6e14a2c0a32f7a43163e6704beb74f;p=linux.git lib: overflow: update reference to kunit-tool Replace URL with an updated path to the full Documentation page Signed-off-by: Tales Aparecida Reviewed-by: Kees Cook Reviewed-by: David Gow Signed-off-by: Shuah Khan --- diff --git a/lib/overflow_kunit.c b/lib/overflow_kunit.c index 7e3e43679b73c..78075106c0df2 100644 --- a/lib/overflow_kunit.c +++ b/lib/overflow_kunit.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 OR MIT /* * Test cases for arithmetic overflow checks. See: - * https://www.kernel.org/doc/html/latest/dev-tools/kunit/kunit-tool.html#configuring-building-and-running-tests + * "Running tests with kunit_tool" at Documentation/dev-tools/kunit/start.rst * ./tools/testing/kunit/kunit.py run overflow [--raw_output] */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt