Fix return value doc for kmod_module_get_info()
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 11 May 2021 16:47:09 +0000 (09:47 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 11 May 2021 16:47:09 +0000 (09:47 -0700)
commit729f0f685336e7aa91d1a0236a8f09804d261b90
tree005bf98abb845928ae5479c2425f54454804b278
parent675410c3b3b1cf4523f02ab6e3128c39bd5d5101
Fix return value doc for kmod_module_get_info()

We don't return 0 on success, we return the number of elements we added
to the list.
libkmod/libkmod-module.c