powerpc: Use fallthrough pseudo-keyword
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 27 Jul 2020 22:42:01 +0000 (17:42 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jul 2020 11:09:37 +0000 (21:09 +1000)
commit5e66a0cb5fbdc76f9ad86a1e8f43256dbad29ef7
treed320688cd87a1138545921cba05dc63fc146a753
parentbf6b7661f41615c0815fce0a3f27acb5fc005470
powerpc: Use fallthrough pseudo-keyword

Replace the existing /* fall through */ comments and its variants with
the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
fall-through markings when it is the case.

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

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200727224201.GA10133@embeddedor
arch/powerpc/kernel/align.c
arch/powerpc/platforms/powermac/feature.c
arch/powerpc/platforms/powernv/opal-async.c
arch/powerpc/platforms/pseries/hvcserver.c
arch/powerpc/xmon/xmon.c