]> www.infradead.org Git - users/jedix/linux-maple.git/commit
modpost: call module_alias_printf() from all do_*_entry() functions
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 19 Nov 2024 23:56:45 +0000 (08:56 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 23:46:02 +0000 (08:46 +0900)
commit6d3b3dd26fd71dde0b41478755a59ca30aaeb664
tree6067941db88a75f2ece228dfb8822b47f04289a2
parentc7c24d60151c022bd8e357f5395a327d354a676a
modpost: call module_alias_printf() from all do_*_entry() functions

The do_*_entry() functions cannot check the length of the given buffer.

Use module_alias_printf() helper consistently for these functions.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/file2alias.c