]> www.infradead.org Git - users/jedix/linux-maple.git/commit
genksyms: reduce indentation in export_symbol()
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 21 Nov 2024 23:22:55 +0000 (08:22 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 23:46:02 +0000 (08:46 +0900)
commit091aa11a2983cdc608f3978d365f5479e78917d8
tree253e3d77f98da2e2abb54da34ef6fae36e7f5e9c
parent2b1bd507542a6ec1506a847da8e81fc764a4e707
genksyms: reduce indentation in export_symbol()

Modify this function to return earlier when find_symbol() returns NULL,
reducing the level of improve readability.

No functional changes are intended.

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