summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-07-15 14:12:59 +0300
committerHans Rosenfeld <hans.rosenfeld@joyent.com>2018-04-23 18:15:40 +0200
commit0156311c9f72cdfe0968bb696336ea1b7bf9befa (patch)
treeaf7fba01e3d37ae023c0a3d9c360a0f3ea788291
parent6ec25805e89b871fea97386e5b9d457faba82563 (diff)
downloadillumos-joyent-0156311c9f72cdfe0968bb696336ea1b7bf9befa.tar.gz
9407 fctl: this statement may fall through
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
-rw-r--r--usr/src/uts/common/io/fibre-channel/impl/fctl.c2
1 files changed, 1 insertions, 1 deletions
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;