From: Peter Wu Date: Sat, 21 May 2016 11:15:19 +0000 (+0200) Subject: kmod_module_get_refcnt: fix documentation X-Git-Tag: v23~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1930899aaed49c96f41dd71da6d19f71f11b5258;p=thirdparty%2Fkmod.git kmod_module_get_refcnt: fix documentation --- diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c index 50b2ff9f..1460c674 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -1863,7 +1863,7 @@ done: * Get the ref count of this @mod, as returned by Linux Kernel, by reading * /sys filesystem. * - * Returns: 0 on success or < 0 on failure. + * Returns: the reference count on success or < 0 on failure. */ KMOD_EXPORT int kmod_module_get_refcnt(const struct kmod_module *mod) {