]> git.ipfire.org Git - thirdparty/kmod.git/commit
kmod: Avoid negative exit codes
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 10 Sep 2024 20:02:24 +0000 (22:02 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 11 Sep 2024 04:36:09 +0000 (23:36 -0500)
commit9bc8dfb173a5ef503654bb840514d05960eec7fb
tree3f1a4147cf763444be3ade0f721fd95fc0a7a3d3
parentb9e7bb518b3c54175466badf6f5eb23a89e571ad
kmod: Avoid negative exit codes

Exit codes shall be non-negative to comply with standards.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/124
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/kmod.c