]> git.ipfire.org Git - thirdparty/kmod.git/commit
modinfo: reduce amount of continue statements
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sat, 22 Feb 2025 14:24:33 +0000 (15:24 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 7 Mar 2025 04:47:50 +0000 (22:47 -0600)
commit45a0b46535603418f1ff90f696c70952bb52b3c3
treea35a9b1b42bb0f62c4f24384886c4bdf19878bc2
parent9cb87e2d3a21ef840096a49838892771483496c2
modinfo: reduce amount of continue statements

Clarify that the code does not perform error checks, for which we
regularly use checks and continue at the start, but merely checks
how to print/filter the data.

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