]> git.ipfire.org Git - thirdparty/kmod.git/commit
modinfo: add a couple of print_{all,parm} booleans
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 2 Aug 2026 12:26:13 +0000 (13:26 +0100)
committerLucas De Marchi <demarchi@kernel.org>
Mon, 10 Aug 2026 13:49:47 +0000 (08:49 -0500)
commitc3ffda29dfedb4e08473157db171e252e5906c00
treed89a8bf6ff8f16a5902104a8575cb75f5afb795f
parent9872e9a496ecbbf5fecd66697eaec450d3e6e513
modinfo: add a couple of print_{all,parm} booleans

Add a couple of booleans to arguably make the code a wee-bit cleaner
to follow. A follow-up commit will further reuse the latter (print_parm)
to avoid repeatedly calling streq().

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/451
Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
tools/modinfo.c