diff options
author | Petr Mladek <pmladek@suse.com> | 2023-04-24 17:49:08 +0300 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2023-04-24 17:49:08 +0300 |
commit | c9c8133080c75ce2440001d765dbe8c24f932ea2 (patch) | |
tree | 06191dcb03e8c2759ae373cca0b8eae51f21fbc0 /lib/test_kmod.c | |
parent | 1b47b80e2fa777b37a9486512f4636d7e6aaa353 (diff) | |
parent | 6486a57f05d3d40aa8698908de16feebe52e9f13 (diff) | |
download | linux-c9c8133080c75ce2440001d765dbe8c24f932ea2.tar.xz |
Merge branch 'for-6.4/doc' into for-linus
Diffstat (limited to 'lib/test_kmod.c')
-rw-r--r-- | lib/test_kmod.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/test_kmod.c b/lib/test_kmod.c index 6423df9fa8dd..43d9dfd57ab7 100644 --- a/lib/test_kmod.c +++ b/lib/test_kmod.c @@ -51,12 +51,11 @@ static int num_test_devs; /** * enum kmod_test_case - linker table test case - * - * If you add a test case, please be sure to review if you need to se - * @need_mod_put for your tests case. - * * @TEST_KMOD_DRIVER: stress tests request_module() * @TEST_KMOD_FS_TYPE: stress tests get_fs_type() + * + * If you add a test case, please be sure to review if you need to set + * @need_mod_put for your tests case. */ enum kmod_test_case { __TEST_KMOD_INVALID = 0, @@ -78,7 +77,7 @@ struct test_config { struct kmod_test_device; /** - * kmod_test_device_info - thread info + * struct kmod_test_device_info - thread info * * @ret_sync: return value if request_module() is used, sync request for * @TEST_KMOD_DRIVER @@ -101,7 +100,7 @@ struct kmod_test_device_info { }; /** - * kmod_test_device - test device to help test kmod + * struct kmod_test_device - test device to help test kmod * * @dev_idx: unique ID for test device * @config: configuration for the test |