diff options
| author | Toomas Soome <tsoome@me.com> | 2017-07-15 14:12:59 +0300 |
|---|---|---|
| committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2018-04-23 18:15:40 +0200 |
| commit | 0156311c9f72cdfe0968bb696336ea1b7bf9befa (patch) | |
| tree | af7fba01e3d37ae023c0a3d9c360a0f3ea788291 | |
| parent | 6ec25805e89b871fea97386e5b9d457faba82563 (diff) | |
| download | illumos-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.c | 2 |
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; |
