From 0156311c9f72cdfe0968bb696336ea1b7bf9befa Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sat, 15 Jul 2017 14:12:59 +0300 Subject: [PATCH] 9407 fctl: this statement may fall through Reviewed by: Jason King Reviewed by: Sebastian Wiedenroth Approved by: Hans Rosenfeld --- usr/src/uts/common/io/fibre-channel/impl/fctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/uts/common/io/fibre-channel/impl/fctl.c b/usr/src/uts/common/io/fibre-channel/impl/fctl.c index 634de6c6dd..4c2a39013a 100644 --- a/usr/src/uts/common/io/fibre-channel/impl/fctl.c +++ b/usr/src/uts/common/io/fibre-channel/impl/fctl.c @@ -2034,8 +2034,8 @@ fc_fca_update_errors(fc_packet_t *pkt) pkt->pkt_action = lsrjt->action; break; } - /* FALLTHROUGH */ } + /* FALLTHROUGH */ default: ret = FC_FAILURE; -- 2.11.4.GIT