diff options
author | Toomas Soome <tsoome@me.com> | 2017-07-02 00:41:55 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-05-14 10:53:24 -0400 |
commit | de6ecd7f43e1627e7b738535c187ace8c2fd8f85 (patch) | |
tree | 0e6760c60cc0cf2a7af36c4082b7490cb5ef991c /usr/src | |
parent | 6cd9fed7b76d776476aa3e2d7d235423dcbf1e56 (diff) | |
download | illumos-joyent-de6ecd7f43e1627e7b738535c187ace8c2fd8f85.tar.gz |
9239 mr_sas: this statement may fall through
Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/mr_sas/mr_sas.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/mr_sas/mr_sas.c b/usr/src/uts/common/io/mr_sas/mr_sas.c index b2e70ea0f0..41aab85c68 100644 --- a/usr/src/uts/common/io/mr_sas/mr_sas.c +++ b/usr/src/uts/common/io/mr_sas/mr_sas.c @@ -5224,7 +5224,8 @@ build_cmd(struct mrsas_instance *instance, struct scsi_address *ap, break; } - /* fall through For all non-rd/wr and physical disk cmds */ + /* For all non-rd/wr and physical disk cmds */ + /* FALLTHROUGH */ default: switch (pkt->pkt_cdbp[0]) { |