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:
cc16567
)
isdn/hisax: Fix fall-through annotation
author
Gustavo A. R. Silva
<gustavo@embeddedor.com>
Tue, 2 Oct 2018 10:28:32 +0000
(12:28 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 2 Oct 2018 18:22:09 +0000
(11:22 -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>
drivers/isdn/hisax/w6692.c
patch
|
blob
|
history
diff --git
a/drivers/isdn/hisax/w6692.c
b/drivers/isdn/hisax/w6692.c
index bb8e4b7e34ea8d7011d57812c90777d680066bdc..36eefaa3a7d9ac0a726b40bcc4dd32e5dfdb379b 100644
(file)
--- a/
drivers/isdn/hisax/w6692.c
+++ b/
drivers/isdn/hisax/w6692.c
@@
-72,7
+72,7
@@
W6692_new_ph(struct IsdnCardState *cs)
case (W_L1CMD_RST):
ph_command(cs, W_L1CMD_DRC);
l1_msg(cs, HW_RESET | INDICATION, NULL);
- /* fall
thru
*/
+ /* fall
through
*/
case (W_L1IND_CD):
l1_msg(cs, HW_DEACTIVATE | CONFIRM, NULL);
break;