提交 b31bd669 编写于 作者: G Gustavo A. R. Silva 提交者: Greg Kroah-Hartman

misc: sgi-gru: fix fall-through annotations

Replace "fallthru" with a proper "fall through" annotation.

This fix is part of the ongoing efforts to enabling
-Wimplicit-fallthrough
Signed-off-by: NGustavo A. R. Silva <gustavo@embeddedor.com>
Acked-by: NDimitri Sivanich <sivanich@hpe.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f685fc6a
...@@ -634,7 +634,7 @@ static int send_noop_message(void *cb, struct gru_message_queue_desc *mqd, ...@@ -634,7 +634,7 @@ static int send_noop_message(void *cb, struct gru_message_queue_desc *mqd,
break; break;
case CBSS_PAGE_OVERFLOW: case CBSS_PAGE_OVERFLOW:
STAT(mesq_noop_page_overflow); STAT(mesq_noop_page_overflow);
/* fallthru */ /* fall through */
default: default:
BUG(); BUG();
} }
...@@ -792,7 +792,7 @@ static int send_message_failure(void *cb, struct gru_message_queue_desc *mqd, ...@@ -792,7 +792,7 @@ static int send_message_failure(void *cb, struct gru_message_queue_desc *mqd,
break; break;
case CBSS_PAGE_OVERFLOW: case CBSS_PAGE_OVERFLOW:
STAT(mesq_page_overflow); STAT(mesq_page_overflow);
/* fallthru */ /* fall through */
default: default:
BUG(); BUG();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册