Skip to content

Commit aec71d7

Browse files
mirabJiri Kosina
authored andcommitted
livepatch: Remove stale kobj_added entries from kernel-doc descriptions
Commit 4d141ab ("livepatch: Remove custom kobject state handling") removed kobj_added members of klp_func, klp_object and klp_patch structures. kernel-doc descriptions were omitted by accident. Remove them. Reported-by: Kamalesh Babulal <[email protected]> Signed-off-by: Miroslav Benes <[email protected]> Acked-by: Joe Lawrence <[email protected]> Reviewed-by: Kamalesh Babulal <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 573de2a commit aec71d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/livepatch.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
* @stack_node: list node for klp_ops func_stack list
4848
* @old_size: size of the old function
4949
* @new_size: size of the new function
50-
* @kobj_added: @kobj has been added and needs freeing
5150
* @nop: temporary patch to use the original code again; dyn. allocated
5251
* @patched: the func has been added to the klp_ops list
5352
* @transition: the func is currently being applied or reverted
@@ -125,7 +124,6 @@ struct klp_callbacks {
125124
* @node: list node for klp_patch obj_list
126125
* @mod: kernel module associated with the patched object
127126
* (NULL for vmlinux)
128-
* @kobj_added: @kobj has been added and needs freeing
129127
* @dynamic: temporary object for nop functions; dynamically allocated
130128
* @patched: the object's funcs have been added to the klp_ops list
131129
*/
@@ -152,7 +150,6 @@ struct klp_object {
152150
* @list: list node for global list of actively used patches
153151
* @kobj: kobject for sysfs resources
154152
* @obj_list: dynamic list of the object entries
155-
* @kobj_added: @kobj has been added and needs freeing
156153
* @enabled: the patch is enabled (but operation may be incomplete)
157154
* @forced: was involved in a forced transition
158155
* @free_work: patch cleanup from workqueue-context

0 commit comments

Comments
 (0)