modpost: change return type of addend_*_rel()
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 23 Jul 2023 10:04:43 +0000 (19:04 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 31 Jul 2023 14:42:14 +0000 (23:42 +0900)
commita68914a53476d4fa0808219c6323eddca50e0e26
tree8c5a7f27a837bf5ade00618f235acd69a863fd9f
parent783c55ae7a9551f049b0c1a52cde0ec3a5550501
modpost: change return type of addend_*_rel()

Now that none of addend_*_rel() returns a meaningful value (the return
value is always 0), change all of them to return the value of r_addend.

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