From: Emil Velikov Date: Mon, 2 Sep 2024 22:20:19 +0000 (+0100) Subject: libkmod/docs: tweak kmod_module_get_sections X-Git-Tag: v34~423 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b325715222b7bac75f34da29e272d90293e7a2d2;p=thirdparty%2Fkmod.git libkmod/docs: tweak kmod_module_get_sections Adjust the grammar and split the getter information in new paragraph. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/94 Signed-off-by: Lucas De Marchi --- diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index 4bfe98b0..b24d4aef 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -1055,8 +1055,9 @@ void kmod_module_dependency_symbols_free_list(struct kmod_list *list); * kmod_module_get_sections: * @mod: kmod module * - * Get a list of kmod sections of this @mod, as returned by the kernel. The - * structure contained in this list is internal to libkmod and their fields + * Get a list of kmod sections of this @mod, as returned by the kernel. + * + * The structure contained in this list is internal to libkmod and its fields * can be obtained by calling kmod_module_section_get_name() and * kmod_module_section_get_address(). *