Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Joe Perches and committed by
Vasily Gorbik
143a3a73 ad0bf4eb

-2
-2
arch/s390/mm/fault.c
··· 852 852 BUG(); 853 853 break; 854 854 case VDSO_FAULT: 855 - /* fallthrough */ 856 855 case GMAP_FAULT: 857 - /* fallthrough */ 858 856 default: 859 857 do_fault_error(regs, VM_READ | VM_WRITE, VM_FAULT_BADMAP); 860 858 WARN_ON_ONCE(1);