linux-stable/Documentation/dev-tools/kunit
Akira Kawata 92a68053c3 Documentation: KUnit: Fix usage bug
Fix a bug of kunit documentation.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=205773

: Quoting Steve Pfetsch:
:
: kunit documentation is incorrect:
: https://kunit.dev/third_party/stable_kernel/docs/usage.html
: struct rectangle *self = container_of(this, struct shape, parent);
:
:
: Shouldn't it be:
: struct rectangle *self = container_of(this, struct rectangle, parent);
: ?

Signed-off-by: Akira Kawata <akirakawata1@gmail.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2022-02-08 13:16:20 -07:00
..
api Documentation: kunit: remove claims that kunit is a mocking framework 2021-12-13 13:33:42 -07:00
architecture.rst Documentation: KUnit: Added KUnit Architecture 2021-12-23 12:49:06 -07:00
faq.rst Documentation: KUnit: Restyled Frequently Asked Questions 2021-12-23 12:49:43 -07:00
index.rst Documentation: KUnit: Rework writing page to focus on writing tests 2021-12-23 12:49:43 -07:00
kunit-tool.rst kunit: tool: make --raw_output support only showing kunit output 2021-08-13 13:32:01 -06:00
kunit_suitememorydiagram.svg Documentation: KUnit: Added KUnit Architecture 2021-12-23 12:49:06 -07:00
run_manual.rst Documentation: kunit: Reorganize documentation related to running tests 2021-12-23 12:49:43 -07:00
run_wrapper.rst Documentation: kunit: Reorganize documentation related to running tests 2021-12-23 12:49:43 -07:00
running_tips.rst kunit: tool: allow filtering test cases via glob 2021-10-19 14:18:49 -06:00
start.rst This isn't a hugely busy cycle for documentation, but a few significant 2022-01-11 10:00:04 -08:00
style.rst Documentation: KUnit: Restyle Test Style and Nomenclature page 2021-12-23 12:49:43 -07:00
tips.rst docs: dev-tools: kunit: avoid using ReST :doc:foo markup 2021-06-17 13:24:37 -06:00
usage.rst Documentation: KUnit: Fix usage bug 2022-02-08 13:16:20 -07:00