From de6ecd7f43e1627e7b738535c187ace8c2fd8f85 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sun, 2 Jul 2017 00:41:55 +0300 Subject: [PATCH] =?utf8?q?9239=20mr=5Fsas:=20this=20statement=20may=20fall?= =?utf8?q?=20through=20Reviewed=20by:=20Sebastian=20Wiedenroth=20=20Reviewed=20by:=20Andy=20Fiddaman=20=20Reviewed=20by:=20Gerg=C5=91=20Mih?= =?utf8?q?=C3=A1ly=20Doma=20=20Approved=20by:=20Dan=20M?= =?utf8?q?cDonald=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- usr/src/uts/common/io/mr_sas/mr_sas.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]) { -- 2.11.4.GIT