File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,11 @@ static int num_test_devs;
51
51
52
52
/**
53
53
* enum kmod_test_case - linker table test case
54
- *
55
- * If you add a test case, please be sure to review if you need to se
56
- * @need_mod_put for your tests case.
57
- *
58
54
* @TEST_KMOD_DRIVER: stress tests request_module()
59
55
* @TEST_KMOD_FS_TYPE: stress tests get_fs_type()
56
+ *
57
+ * If you add a test case, please be sure to review if you need to set
58
+ * @need_mod_put for your tests case.
60
59
*/
61
60
enum kmod_test_case {
62
61
__TEST_KMOD_INVALID = 0 ,
@@ -78,7 +77,7 @@ struct test_config {
78
77
struct kmod_test_device ;
79
78
80
79
/**
81
- * kmod_test_device_info - thread info
80
+ * struct kmod_test_device_info - thread info
82
81
*
83
82
* @ret_sync: return value if request_module() is used, sync request for
84
83
* @TEST_KMOD_DRIVER
@@ -101,7 +100,7 @@ struct kmod_test_device_info {
101
100
};
102
101
103
102
/**
104
- * kmod_test_device - test device to help test kmod
103
+ * struct kmod_test_device - test device to help test kmod
105
104
*
106
105
* @dev_idx: unique ID for test device
107
106
* @config: configuration for the test
You can’t perform that action at this time.
0 commit comments