]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
libkmod/docs: move all _free_list around
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Sep 2024 22:20:18 +0000 (23:20 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 6 Sep 2024 16:43:24 +0000 (11:43 -0500)
There are a few _free_list functions, not at the end of the respective
sub-sections. Move them to stay consistent with the rest.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/94
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/docs/libkmod-sections.txt

index 978b06480be335fc967b68ba6f5ae5f05b5a321a..c0c992e9206079c32f3d3177912a44af6c8fb706 100644 (file)
@@ -79,9 +79,9 @@ kmod_module_dependency_symbol_get_symbol
 kmod_module_dependency_symbols_free_list
 
 kmod_module_get_sections
-kmod_module_section_free_list
 kmod_module_section_get_address
 kmod_module_section_get_name
+kmod_module_section_free_list
 
 kmod_module_get_symbols
 kmod_module_symbol_get_crc
@@ -94,9 +94,9 @@ kmod_module_version_get_symbol
 kmod_module_versions_free_list
 
 kmod_module_get_info
-kmod_module_info_free_list
 kmod_module_info_get_key
 kmod_module_info_get_value
+kmod_module_info_free_list
 </SECTION>
 
 <SECTION>