Skip to content

Commit c4beb22

Browse files
GustavoARSilvadavem330
authored andcommitted
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>
1 parent 8cf7765 commit c4beb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/sparc/kernel/kgdb_32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ int kgdb_arch_handle_exception(int e_vector, int signo, int err_code,
122122
linux_regs->pc = addr;
123123
linux_regs->npc = addr + 4;
124124
}
125-
/* fallthru */
125+
/* fall through */
126126

127127
case 'D':
128128
case 'k':

0 commit comments

Comments
 (0)