diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-12-15 04:15:00 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-15 21:13:47 +0100 |
commit | 01359eb2013b4b1e87b22db0f532c2e0b7aee001 (patch) | |
tree | 5b6791e5d3dee0d9f18dc75ed1c967d4dfb2f01e /drivers/edac/aspeed_edac.c | |
parent | mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_at (diff) | |
download | linux-01359eb2013b4b1e87b22db0f532c2e0b7aee001.tar.xz linux-01359eb2013b4b1e87b22db0f532c2e0b7aee001.zip |
mm: fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a couple of
warnings by explicitly adding a break statement instead of just letting
the code fall through to the next, and by adding a fallthrough
pseudo-keyword in places where the code is intended to fall through.
Link: https://github.com/KSPP/linux/issues/115
Link: https://lkml.kernel.org/r/f5756988b8842a3f10008fbc5b0a654f828920a9.1605896059.git.gustavoars@kernel.org
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/edac/aspeed_edac.c')
0 files changed, 0 insertions, 0 deletions