Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2020 01:18:11 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358417 - head/sys/cam
Message-ID:  <202002280118.01S1IBRl044620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Feb 28 01:18:11 2020
New Revision: 358417
URL: https://svnweb.freebsd.org/changeset/base/358417

Log:
  This is a FALLTHROUGH for sure. no need for xxx comment.

Modified:
  head/sys/cam/cam_xpt.c

Modified: head/sys/cam/cam_xpt.c
==============================================================================
--- head/sys/cam/cam_xpt.c	Fri Feb 28 01:02:01 2020	(r358416)
+++ head/sys/cam/cam_xpt.c	Fri Feb 28 01:18:11 2020	(r358417)
@@ -2690,7 +2690,7 @@ xpt_action_default(union ccb *start_ccb)
 	case XPT_NVME_ADMIN:
 		/* FALLTHROUGH */
 	case XPT_MMC_IO:
-		/* XXX just like nmve_io? */
+		/* FALLTHROUGH */
 	case XPT_RESET_DEV:
 	case XPT_ENG_EXEC:
 	case XPT_SMP_IO:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002280118.01S1IBRl044620>