summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2026-05-05 20:18:15 -0700
committerAndreas Larsson <andreas@gaisler.com>2026-06-12 13:51:18 +0200
commit5b0eee4cd812bd6547eea393cb9b5c0322f26c88 (patch)
tree0df52c7aa0d34d8c42b6dda518cc3e26e8897560 /include/linux/debugobjects.h
parent3774fd535fc2e54cdc4e915050f787a8b0bc6f8c (diff)
sparc64: uprobes: add missing break
Missing fallthrough causes failure with newer compilers: arch/sparc/kernel/uprobes.c:284:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough] 284 | default: | ^ arch/sparc/kernel/uprobes.c:284:2: note: insert 'break;' to avoid fall-through 284 | default: | ^ | break; Signed-off-by: Rosen Penev <rosenp@gmail.com> Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Reviewed-by: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions