commit | 9d1587adcc356c1570c9830364e7797a9c19696c | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Sat Jul 04 22:05:43 2020 -0700 |
committer | Kees Cook <keescook@chromium.org> | Fri Jul 10 16:01:52 2020 -0700 |
tree | bd6dfd49aa7f9697204fbb9e251f3566b80b99ab | |
parent | fe4bfff86ec54773df3db79e8112e3b0f820c799 [diff] |
selftests/harness: Clean up kern-doc for fixtures The FIXTURE*() macro kern-doc examples had the wrong names for the C code examples associated with them. Fix those and clarify that FIXTURE_DATA() usage should be avoided. Cc: Shuah Khan <shuah@kernel.org> Fixes: 74bc7c97fa88 ("kselftest: add fixture variants") Acked-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Kees Cook <keescook@chromium.org>