diff options
author | Joe Perches <joe@perches.com> | 2020-03-10 13:47:30 -0700 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2020-04-06 13:13:50 +0200 |
commit | 143a3a735dfb1d6eecd7ef14183f823ff4b06027 (patch) | |
tree | 12ab22da2ffed5aaa7bcd8c9924825493ab2e83e /arch/s390 | |
parent | ad0bf4eb91c2f9b93479b679e5472094ddb76da8 (diff) | |
download | linux-143a3a735dfb1d6eecd7ef14183f823ff4b06027.tar.gz linux-143a3a735dfb1d6eecd7ef14183f823ff4b06027.tar.bz2 linux-143a3a735dfb1d6eecd7ef14183f823ff4b06027.zip |
s390/mm: use fallthrough;
Convert the various uses of fallthrough comments to fallthrough;
Done via script
Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe.com/
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/mm/fault.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/mm/fault.c b/arch/s390/mm/fault.c index d56f67745e3e..1bf091bab918 100644 --- a/arch/s390/mm/fault.c +++ b/arch/s390/mm/fault.c @@ -852,9 +852,7 @@ void do_secure_storage_access(struct pt_regs *regs) BUG(); break; case VDSO_FAULT: - /* fallthrough */ case GMAP_FAULT: - /* fallthrough */ default: do_fault_error(regs, VM_READ | VM_WRITE, VM_FAULT_BADMAP); WARN_ON_ONCE(1); |