]> git.ipfire.org Git - thirdparty/kmod.git/commit
tools/rmmod: make opt variables non-global
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 18 Sep 2024 15:49:08 +0000 (16:49 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 21 Sep 2024 15:53:12 +0000 (10:53 -0500)
commit24fe68dcc1b4147dd2550306749cfa6b1582fb81
tree0a6f4d72090fc0388f4bcc8b678d125a08c6f584
parent4cc728ffa0d8509a319972eab05d2e0480e7f5c4
tools/rmmod: make opt variables non-global

They're used locally within one function so declare them there.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/138
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/rmmod.c