lib: stackinit: update reference to kunit-tool
authorTales Aparecida <tales.aparecida@gmail.com>
Mon, 22 Aug 2022 02:26:46 +0000 (23:26 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 30 Sep 2022 19:21:22 +0000 (13:21 -0600)
Replace URL with an updated path to the full Documentation page

Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/stackinit_kunit.c

index 35c69aa..4591d6c 100644 (file)
@@ -3,7 +3,7 @@
  * Test cases for compiler-based stack variable zeroing via
  * -ftrivial-auto-var-init={zero,pattern} or CONFIG_GCC_PLUGIN_STRUCTLEAK*.
  * For example, 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 stackinit [--raw_output] \
  *             --make_option LLVM=1 \
  *             --kconfig_add CONFIG_INIT_STACK_ALL_ZERO=y