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

s390/vfio: 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
0696178e fcf0220a

+1 -1
+1 -1
drivers/s390/crypto/vfio_ap_ops.c
··· 90 90 case AP_RESPONSE_RESET_IN_PROGRESS: 91 91 if (!status.irq_enabled) 92 92 return; 93 - /* Fall through */ 93 + fallthrough; 94 94 case AP_RESPONSE_BUSY: 95 95 msleep(20); 96 96 break;