From 91428ae1b8d1de1bc5300edb59268bb40ef49ec7 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 15 Dec 2011 13:09:46 -0200 Subject: [PATCH] Fix docs with wrong function names --- libkmod/libkmod-module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c index d26ce0a..80673e0 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -494,7 +494,7 @@ fail: #undef CHECK_ERR_AND_FINISH /** - * kmod_module_unref: + * kmod_module_unref_list: * @list: list of kmod modules * * Drop a reference of each kmod module in @list and releases the resources @@ -512,7 +512,7 @@ KMOD_EXPORT int kmod_module_unref_list(struct kmod_list *list) } /** - * kmod_module_unref: + * kmod_module_get_dependencies: * @mod: kmod module * * Search the modules.dep index to find the dependencies of the given @mod.