diff options
| author | Joe Perches <joe@perches.com> | 2020-03-10 13:47:30 -0700 |
|---|---|---|
| committer | Vasily Gorbik <gor@linux.ibm.com> | 2020-03-25 12:39:37 +0100 |
| commit | 2c7749b90536b76795eab4cada028c2ddad25fc3 (patch) | |
| tree | fa2de931b3242931a0e8f018b79743b28515fd2d /arch/s390/mm/pgalloc.c | |
| parent | s390/cpum_sf: Fix wrong page count in error message (diff) | |
| download | linux-2c7749b90536b76795eab4cada028c2ddad25fc3.tar.gz linux-2c7749b90536b76795eab4cada028c2ddad25fc3.zip | |
s390: 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 'arch/s390/mm/pgalloc.c')
| -rw-r--r-- | arch/s390/mm/pgalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/pgalloc.c b/arch/s390/mm/pgalloc.c index d3be3fe2c55d..af3bddd5e568 100644 --- a/arch/s390/mm/pgalloc.c +++ b/arch/s390/mm/pgalloc.c @@ -326,7 +326,7 @@ void __tlb_remove_table(void *_table) mask >>= 24; if (mask != 0) break; - /* fallthrough */ + fallthrough; case 3: /* 4K page table with pgstes */ if (mask & 3) atomic_xor_bits(&page->_refcount, 3 << 24); |
