]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: file2alias: check prototype of handler
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 22 Nov 2018 04:28:42 +0000 (13:28 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 1 Dec 2018 13:21:58 +0000 (22:21 +0900)
commit4ca0f4d30ed59cee36d2716ab2d62baf1d9055b2
treee7c4d4a1e6b68b124929566e2615cac89924f123
parentad0a47d6f9792d304ddfe11749d27af09f8a41db
modpost: file2alias: check prototype of handler

Use specific prototype instead of an opaque pointer so that the
compiler can catch function prototype mismatch.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Mathieu Malaterre <malat@debian.org>
scripts/mod/file2alias.c