aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/ap_bus.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2020-03-10 13:39:51 -0700
committerVasily Gorbik <gor@linux.ibm.com>2020-03-25 12:39:37 +0100
commitfcf0220abc5b65d12ff48ba9870cf3d90801b075 (patch)
treeb5ff3f4d89b22e2904ef3ff77cc8e7c8b0e73f8a /drivers/s390/crypto/ap_bus.c
parents390: use fallthrough; (diff)
downloadlinux-dev-fcf0220abc5b65d12ff48ba9870cf3d90801b075.tar.xz
linux-dev-fcf0220abc5b65d12ff48ba9870cf3d90801b075.zip
s390/zcrypt: 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 'drivers/s390/crypto/ap_bus.c')
-rw-r--r--drivers/s390/crypto/ap_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/crypto/ap_bus.c b/drivers/s390/crypto/ap_bus.c
index 0246bb35790f..c413211c6116 100644
--- a/drivers/s390/crypto/ap_bus.c
+++ b/drivers/s390/crypto/ap_bus.c
@@ -360,7 +360,7 @@ void ap_wait(enum ap_wait wait)
wake_up(&ap_poll_wait);
break;
}
- /* Fall through */
+ fallthrough;
case AP_WAIT_TIMEOUT:
spin_lock_bh(&ap_poll_timer_lock);
if (!hrtimer_is_queued(&ap_poll_timer)) {