modpost: rename handle_modversions() to handle_symbol()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 14 Nov 2019 17:42:23 +0000 (02:42 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 23 Nov 2019 03:44:24 +0000 (12:44 +0900)
commit9bd2a099d7224281dd7756efa5c79df4f3fe8daf
treed8aac604e6f6c4465977b0be8cdcedec499960ad
parente84f9fbbece1585f45a03ccc11eeabe121cadc1b
modpost: rename handle_modversions() to handle_symbol()

This function handles not only modversions, but also unresolved
symbols, export symbols, etc.

Rename it to a more proper function name.

While I was here, I also added the 'const' qualifier to *sym.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/mod/modpost.c