projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf0220
)
s390/vfio: use fallthrough;
author
Joe Perches
<joe@perches.com>
Tue, 10 Mar 2020 20:39:50 +0000
(13:39 -0700)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Wed, 25 Mar 2020 11:39:38 +0000
(12:39 +0100)
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>
drivers/s390/crypto/vfio_ap_ops.c
patch
|
blob
|
history
diff --git
a/drivers/s390/crypto/vfio_ap_ops.c
b/drivers/s390/crypto/vfio_ap_ops.c
index 5c0f53c6dde7538a441d5839d825591c92349b8c..e0bde85187451bb4c66c61049a8541937fe83b36 100644
(file)
--- a/
drivers/s390/crypto/vfio_ap_ops.c
+++ b/
drivers/s390/crypto/vfio_ap_ops.c
@@
-90,7
+90,7
@@
static void vfio_ap_wait_for_irqclear(int apqn)
case AP_RESPONSE_RESET_IN_PROGRESS:
if (!status.irq_enabled)
return;
- /* Fall through */
+ fallthrough;
case AP_RESPONSE_BUSY:
msleep(20);
break;