aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2018-10-02 12:15:17 +0200
committerDavid S. Miller <davem@davemloft.net>2018-10-07 22:42:02 -0700
commitc4beb225f93a2fdaffbe2a610eccb0f6c86b3e45 (patch)
treeebd029df6dd584359db6eca678ce7b9a3d3a58e6 /arch
parentsparc: vdso: clean-up vdso Makefile (diff)
downloadlinux-dev-c4beb225f93a2fdaffbe2a610eccb0f6c86b3e45.tar.xz
linux-dev-c4beb225f93a2fdaffbe2a610eccb0f6c86b3e45.zip
sparc32: fix fall-through annotation
Replace "fallthru" with a proper "fall through" annotation. This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc/kernel/kgdb_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/kgdb_32.c b/arch/sparc/kernel/kgdb_32.c
index 5868fc333ea8..639c8e54530a 100644
--- a/arch/sparc/kernel/kgdb_32.c
+++ b/arch/sparc/kernel/kgdb_32.c
@@ -122,7 +122,7 @@ int kgdb_arch_handle_exception(int e_vector, int signo, int err_code,
linux_regs->pc = addr;
linux_regs->npc = addr + 4;
}
- /* fallthru */
+ /* fall through */
case 'D':
case 'k':