Re: [PATCH -next 018/491] KERNEL VIRTUAL MACHINE for s390 (KVM/s390): Use fallthrough;

From: Christian Borntraeger
Date: Fri Mar 13 2020 - 08:04:50 EST



On 11.03.20 05:51, Joe Perches wrote:
> Convert the various uses of fallthrough comments to fallthrough;
>
> Done via script
> Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe.com/

I have applied this with a fixed link.

>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
> ---
> arch/s390/kvm/gaccess.c | 23 +++++++++++++----------
> arch/s390/kvm/interrupt.c | 2 +-
> arch/s390/kvm/kvm-s390.c | 4 ++--
> arch/s390/mm/gmap.c | 6 +++---
> 4 files changed, 19 insertions(+), 16 deletions(-)
[...]