]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
module: Remove extern keyword from param prototypes
authorPetr Pavlu <petr.pavlu@suse.com>
Fri, 13 Mar 2026 13:48:04 +0000 (14:48 +0100)
committerSami Tolvanen <samitolvanen@google.com>
Wed, 18 Mar 2026 21:43:19 +0000 (21:43 +0000)
commit44a063c00fb13cf1f2e8a53a2ab10b232a44954b
tree09dd6ac9068583babadd3db8c7f2ab7ed30a8cc4
parent65f535501e2a3378629b8650eca553920de5e5a2
module: Remove extern keyword from param prototypes

The external function declarations do not need the "extern" keyword. Remove
it to align with the Linux kernel coding style and to silence the
associated checkpatch warnings.

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