]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
module: Clean up parse_args() arguments
authorPetr Pavlu <petr.pavlu@suse.com>
Fri, 13 Mar 2026 13:48:03 +0000 (14:48 +0100)
committerSami Tolvanen <samitolvanen@google.com>
Wed, 18 Mar 2026 21:43:18 +0000 (21:43 +0000)
commit65f535501e2a3378629b8650eca553920de5e5a2
tree625ec0bf7f30840c5e10b4ef232c7a3a71a3fd34
parentdeffe1edba626d474fef38007c03646ca5876a0e
module: Clean up parse_args() arguments

* Use the preferred `unsigned int` over plain `unsigned` for the `num`
  parameter.
* Synchronize the parameter names in moduleparam.h with the ones used by
  the implementation in params.c.

Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
include/linux/moduleparam.h
kernel/params.c