aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-08-29 14:21:58 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-08-29 14:21:58 -0700
commit1127b219ce9481c84edad9711626d856127d5e51 (patch)
treecaa9fdc8b4ce35345fbe5b56d05e1b5e62c28e4c /fs
parentfsldma: fix very broken 32-bit ppc ioread64 functionality (diff)
parentarm64/cpuinfo: Remove unnecessary fallthrough annotation (diff)
downloadlinux-dev-1127b219ce9481c84edad9711626d856127d5e51.tar.xz
linux-dev-1127b219ce9481c84edad9711626d856127d5e51.zip
Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Pull fallthrough fixes from Gustavo A. R. Silva: "Fix some minor issues introduced by the recent treewide fallthrough conversions: - Fix identation issue - Fix erroneous fallthrough annotation - Remove unnecessary fallthrough annotation - Fix code comment changed by fallthrough conversion" * tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux: arm64/cpuinfo: Remove unnecessary fallthrough annotation media: dib0700: Fix identation issue in dib8096_set_param_override() afs: Remove erroneous fallthough annotation iio: dpot-dac: fix code comment in dpot_dac_read_raw()
Diffstat (limited to 'fs')
-rw-r--r--fs/afs/flock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/afs/flock.c b/fs/afs/flock.c
index eff82a6839e4..cb3054c7843e 100644
--- a/fs/afs/flock.c
+++ b/fs/afs/flock.c
@@ -376,7 +376,6 @@ again:
spin_unlock(&vnode->lock);
return;
- fallthrough;
default:
/* Looks like a lock request was withdrawn. */
spin_unlock(&vnode->lock);