Skip to content

Commit b7dc10b

Browse files
GustavoARSilvadavem330
authored andcommitted
sparc64: 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>
1 parent c4beb22 commit b7dc10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/sparc/kernel/kgdb_64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ int kgdb_arch_handle_exception(int e_vector, int signo, int err_code,
148148
linux_regs->tpc = addr;
149149
linux_regs->tnpc = addr + 4;
150150
}
151-
/* fallthru */
151+
/* fall through */
152152

153153
case 'D':
154154
case 'k':

0 commit comments

Comments
 (0)