]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kconfig: add fallthrough comments to expr_compare_type()
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 11 Jun 2024 17:55:11 +0000 (02:55 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 15 Jul 2024 16:08:36 +0000 (01:08 +0900)
commitdfe8e56fc604a6000550174d1002c6076efd8003
treebd09e7a6d5dc0a0358e1d7ef595a42766d8f822f
parentcd90952101c86267193b263ed3f0753f0715700e
kconfig: add fallthrough comments to expr_compare_type()

Clarify the missing 'break' is intentional.

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