aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavo@embeddedor.com>2018-10-08 14:15:39 +0200
committerDavid S. Miller <davem@davemloft.net>2018-10-08 10:54:14 -0700
commit062f97a314355c3f0021cfa1454726cfe12432fa (patch)
tree25bb1251c1ab24c0c3a66b31b0afc35fd6a0fc9f /drivers/isdn
parentMerge branch 'rtnetlink-Add-support-for-rigid-checking-of-data-in-dump-request' (diff)
downloadlinux-dev-062f97a314355c3f0021cfa1454726cfe12432fa.tar.xz
linux-dev-062f97a314355c3f0021cfa1454726cfe12432fa.zip
isdn/gigaset/isocdata: mark expected switch fall-through
Notice that in this particular case, I replaced the "--v-- fall through --v--" comment with a proper "fall through", which is what GCC is expecting to find. 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 'drivers/isdn')
-rw-r--r--drivers/isdn/gigaset/isocdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/isocdata.c b/drivers/isdn/gigaset/isocdata.c
index 97e00118ccfe..f9264ba0fe77 100644
--- a/drivers/isdn/gigaset/isocdata.c
+++ b/drivers/isdn/gigaset/isocdata.c
@@ -906,7 +906,7 @@ static void cmd_loop(unsigned char *src, int numbytes, struct inbuf_t *inbuf)
cs->respdata[0] = 0;
break;
}
- /* --v-- fall through --v-- */
+ /* fall through */
case '\r':
/* end of message line, pass to response handler */
if (cbytes >= MAX_RESP_SIZE) {