commit | d2692abd6fa9866fda3052efa5cbd116b9fec56b | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Oct 27 10:51:33 2020 +0100 |
committer | Jonathan Corbet <corbet@lwn.net> | Wed Oct 28 11:42:02 2020 -0600 |
tree | 255dfbb6276492035a7e62a76af8342ce87b3318 | |
parent | 9cd70d05132266128ccfa3d61264ef061568f049 [diff] |
selftests: kselftest_harness.h: fix kernel-doc markups The kernel-doc markups there is violating the expected syntax, causing it to not parse the name of the markup identifier properly, preventing it to check if the kernel-doc matches the #define below each markup. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/697640045663f1366beb15e76e78b420dac5f5a2.1603791716.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>