kunit: test.h: fix a kernel-doc markup
authorMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 2 Jul 2022 11:07:40 +0000 (12:07 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 8 Jul 2022 17:22:47 +0000 (11:22 -0600)
commit7b2379454b9a72fece618319acea8d33497d2299
tree6d1dbf6ef20580b413e78ed0567afa398906c9ec
parent6fc3a8636a7b0f7dbd6d0a4e450e765dc17518d4
kunit: test.h: fix a kernel-doc markup

Fix this kernel-doc warning:

Documentation/dev-tools/kunit/api/test:9: ./include/kunit/test.h:323: WARNING: Inline interpreted text or phrase reference start-string without end-string.

Functions should use func_name() on kernel-doc markups, as
documented at:
Documentation/doc-guide/kernel-doc.rst

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
include/kunit/test.h