In a couple of instances, the doc suggests freeing the (whole) list
after operating on a (single) list entry.
This is somewhat misleading - drop the instances, since the getters doc
(the ones allocating the lists) are pretty clear about freeing.
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>
*
* Get the address of a kmod module section.
*
- * After use, free the @list by calling kmod_module_section_free_list().
- *
* Returns: the address of this kmod module section on success or ULONG_MAX
* on failure.
*/
*
* Get the name of a kmod module section.
*
- * After use, free the @list by calling kmod_module_section_free_list().
- *
* Returns: the name of this kmod module section on success or NULL on
* failure. The string is owned by the section, do not free it.
*/