test_kmod: stop kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 2 Jan 2023 21:16:05 +0000 (13:16 -0800)
committerLuis Chamberlain <mcgrof@kernel.org>
Wed, 25 Jan 2023 22:07:21 +0000 (14:07 -0800)
commitc093a74dac1c008daee92d6d613e9e3fe20b6585
treeb52ca26afe572bc1641de8fcf6d1e50c018df334
parentb74d7bb7ca2412ab37bab782591573b5f265872b
test_kmod: stop kernel-doc warnings

Use kernel-doc notation to prevent warnings:

lib/test_kmod.c:58: warning: contents before sections
lib/test_kmod.c:94: warning: cannot understand function prototype: 'struct kmod_test_device_info '
lib/test_kmod.c:119: warning: cannot understand function prototype: 'struct kmod_test_device '

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: linux-modules@vger.kernel.org
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
lib/test_kmod.c