Searched hist:"5 e66a0cb5fbdc76f9ad86a1e8f43256dbad29ef7" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hvcserver.c | diff 5e66a0cb5fbdc76f9ad86a1e8f43256dbad29ef7 Mon Jul 27 17:42:01 CDT 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-async.c | diff 5e66a0cb5fbdc76f9ad86a1e8f43256dbad29ef7 Mon Jul 27 17:42:01 CDT 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | feature.c | diff 5e66a0cb5fbdc76f9ad86a1e8f43256dbad29ef7 Mon Jul 27 17:42:01 CDT 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | align.c | diff 5e66a0cb5fbdc76f9ad86a1e8f43256dbad29ef7 Mon Jul 27 17:42:01 CDT 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | diff 5e66a0cb5fbdc76f9ad86a1e8f43256dbad29ef7 Mon Jul 27 17:42:01 CDT 2020 Gustavo A. R. Silva <gustavoars@kernel.org> 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
|