projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4beb22
)
sparc64: fix fall-through annotation
author
Gustavo A. R. Silva
<gustavo@embeddedor.com>
Tue, 2 Oct 2018 10:19:54 +0000
(12:19 +0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 8 Oct 2018 05:42:02 +0000
(22:42 -0700)
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>
arch/sparc/kernel/kgdb_64.c
patch
|
blob
|
history
diff --git
a/arch/sparc/kernel/kgdb_64.c
b/arch/sparc/kernel/kgdb_64.c
index d5f7dc6323d500768bdbd622671f67a66a7bb809..a68bbddbdba4702727247f5c4c5a8d35d9426398 100644
(file)
--- a/
arch/sparc/kernel/kgdb_64.c
+++ b/
arch/sparc/kernel/kgdb_64.c
@@
-148,7
+148,7
@@
int kgdb_arch_handle_exception(int e_vector, int signo, int err_code,
linux_regs->tpc = addr;
linux_regs->tnpc = addr + 4;
}
- /* fall
thru
*/
+ /* fall
through
*/
case 'D':
case 'k':