MIPS: Use fallthrough for arch/mips
authorLiangliang Huang <huanglllzu@gmail.com>
Mon, 4 May 2020 08:51:29 +0000 (16:51 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 7 May 2020 09:55:47 +0000 (11:55 +0200)
commitc9b0299034665d594e56ee343f28033d1b24de6d
treec43dab478f801cc2c25a0236c4d9abe0ccfb71fc
parentff487d41036035376e47972c7c522490b839ab37
MIPS: Use fallthrough for arch/mips

Convert the various /* fallthrough */ comments to the pseudo-keyword
fallthrough;

Done via script:
https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe@perches.com/

Signed-off-by: Liangliang Huang <huangll@lemote.com>
Reviewed-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
42 files changed:
arch/mips/alchemy/devboards/db1550.c
arch/mips/ar7/setup.c
arch/mips/ath79/setup.c
arch/mips/bcm63xx/cpu.c
arch/mips/bcm63xx/dev-flash.c
arch/mips/cavium-octeon/executive/cvmx-pko.c
arch/mips/cavium-octeon/octeon-platform.c
arch/mips/cavium-octeon/octeon-usb.c
arch/mips/dec/tc.c
arch/mips/include/asm/fpu.h
arch/mips/include/asm/octeon/cvmx-sli-defs.h
arch/mips/include/asm/page.h
arch/mips/kernel/branch.c
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/idle.c
arch/mips/kernel/mips-r2-to-r6-emul.c
arch/mips/kernel/signal.c
arch/mips/kernel/traps.c
arch/mips/kernel/watch.c
arch/mips/kvm/emulate.c
arch/mips/math-emu/cp1emu.c
arch/mips/math-emu/dp_add.c
arch/mips/math-emu/dp_div.c
arch/mips/math-emu/dp_fmax.c
arch/mips/math-emu/dp_fmin.c
arch/mips/math-emu/dp_maddf.c
arch/mips/math-emu/dp_mul.c
arch/mips/math-emu/dp_sqrt.c
arch/mips/math-emu/dp_sub.c
arch/mips/math-emu/sp_add.c
arch/mips/math-emu/sp_div.c
arch/mips/math-emu/sp_fdp.c
arch/mips/math-emu/sp_fmax.c
arch/mips/math-emu/sp_fmin.c
arch/mips/math-emu/sp_maddf.c
arch/mips/math-emu/sp_mul.c
arch/mips/math-emu/sp_sub.c
arch/mips/mm/c-r4k.c
arch/mips/mm/tlbex.c
arch/mips/oprofile/op_model_mipsxx.c
arch/mips/pci/fixup-sni.c
arch/mips/pci/ops-bcm63xx.c