From b06b01178e4908dfd380b95a922f407ed8274fed Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 5 Jul 2018 03:12:26 +0200 Subject: proto-shell.c: add a explicit "fall through" comment to make the compiler happy Signed-off-by: Alexander Couzens Acked-by: Hans Dedecker --- proto-shell.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto-shell.c b/proto-shell.c index ef56aa8..9653f4c 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -212,7 +212,8 @@ proto_shell_handler(struct interface_proto_state *proto, state->sm = S_SETUP_ABORT; return 0; } - /* fall through if no script task is running */ + /* if no script task is running */ + /* fall through */ case S_IDLE: action = "teardown"; state->renew_pending = false; -- cgit v1.2.1