objtool: Use 'the fallthrough' pseudo-keyword
authorRuan Jinjie <ruanjinjie@huawei.com>
Tue, 1 Aug 2023 03:52:30 +0000 (11:52 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 3 Oct 2023 19:37:35 +0000 (21:37 +0200)
commit758a74306f1076b50cb9872af18cb900bafd9497
treee5b35985eee6873c5c4563954411f043d7d8f726
parentb8ec60e1186cdcfce41e7db4c827cb107e459002
objtool: Use 'the fallthrough' pseudo-keyword

Replace the existing /* fallthrough */ comments with the
new 'fallthrough' pseudo-keyword macro:

  https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
tools/objtool/arch/x86/decode.c