modpost: rename find_elf_symbol() and find_elf_symbol2()
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 14 May 2023 15:27:28 +0000 (00:27 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 22 May 2023 01:34:38 +0000 (10:34 +0900)
commitac263349b91bf34b7c8419f5645c84b4f88de846
treea30fa7faca16fada56f026baa507ccc1934820de
parent9990ca35870b7c57d39f8b325d676dfd028035b4
modpost: rename find_elf_symbol() and find_elf_symbol2()

find_elf_symbol() and find_elf_symbol2() are not good names.

Rename them to find_tosym(), find_fromsym(), respectively.

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