]> www.infradead.org Git - users/jedix/linux-maple.git/commit
module: Take const arg in validate_section_offset
authorMatthew Maurer <mmaurer@google.com>
Tue, 15 Oct 2024 23:16:35 +0000 (23:16 +0000)
committerLuis Chamberlain <mcgrof@kernel.org>
Sat, 19 Oct 2024 21:35:06 +0000 (14:35 -0700)
commitf43922162184f2bd54d87c1b5e97cf72d0dd1290
tree663d0b781856d548b95c85053452e54314dd864a
parent03ddd2f17e28fe0e53a702469b1b751d40f5efbb
module: Take const arg in validate_section_offset

`validate_section_offset` doesn't modify the info passed in. Make this
clear by adjusting the type signature.

Signed-off-by: Matthew Maurer <mmaurer@google.com>
Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/main.c