mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-02 15:36:37 +00:00
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> |
||
|---|---|---|
| .. | ||
| api | ||
| architecture.rst | ||
| faq.rst | ||
| index.rst | ||
| kunit_suitememorydiagram.svg | ||
| kunit-tool.rst | ||
| run_manual.rst | ||
| run_wrapper.rst | ||
| running_tips.rst | ||
| start.rst | ||
| style.rst | ||
| tips.rst | ||
| usage.rst | ||