From owner-svn-src-head@freebsd.org Wed Oct 31 14:49:29 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8F8F10DC0A1; Wed, 31 Oct 2018 14:49:29 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f171.google.com (mail-it1-f171.google.com [209.85.166.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55F06790DA; Wed, 31 Oct 2018 14:49:29 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f171.google.com with SMTP id s16so2253438itj.1; Wed, 31 Oct 2018 07:49:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TpvgE1yHwq+OoN6ClvPSJGXUsG6Krs7r0ABc0JwSNc0=; b=m/dDtAWa0PdIOfpLJs9m5Hd4DmN0XnIKcQSqhmr49PEr/Gj0Su4b8Ix6topohBGxB9 kU0poLQP3Ls8mmiawtatBCMyna2GN/1rviQiXjhx7OMnwfdpfrWiN5amEYADOksfZAKH DUtVJ1KRT9r1bIgytiFh086hnymH7oxuwbAhtE3nDv4GaLc4GvAIluuNLSd77HcNMuNQ If6RtsD8FE5gYpnjffG622ZoScxVQdOWkyqhhx0Zu5YRrwj3W2TA/zxPqncqUD0+mzQH XfmIqGbT1v3L3TjioNalzygiYJXCbeqxx4VdjJ0lrMi6ZDkj4AG7mxh8fwSyjbWQPhAJ Hf4A== X-Gm-Message-State: AGRZ1gKt84nCk+h0lvPwmxnliKFajRYBRDMRTo+0fRUkSvkb+44WdT2Y vRPOy6agPSwjeP3JUMNtnS2zK3+6UQoGh+5FaL2YbWd4 X-Google-Smtp-Source: AJdET5dZ23um9V4lKjL7amg2r7iwWQFrULDJ2asxbi/dY0sSzmpvxRjqSurapGinBO3QbQjZglIOdx96O0z4Ke+unzE= X-Received: by 2002:a24:11d0:: with SMTP id 199-v6mr2234629itf.33.1540997368608; Wed, 31 Oct 2018 07:49:28 -0700 (PDT) MIME-Version: 1.0 References: <201810310127.w9V1RiFX025463@repo.freebsd.org> <20181031140631.ipwlwh3rlm7ma4xk@mutt-hbsd> In-Reply-To: <20181031140631.ipwlwh3rlm7ma4xk@mutt-hbsd> From: Ed Maste Date: Wed, 31 Oct 2018 06:50:53 -0400 Message-ID: Subject: Re: svn commit: r339936 - head/sys/amd64/vmm/amd To: Shawn Webb Cc: Marcelo Araujo , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 14:49:29 -0000 On Wed, 31 Oct 2018 at 10:07, Shawn Webb wrote: > > Does this need a /* FALLTHROUGH */ comment to appease the Coverity > Gods? No, successive case statements without intervening bodies is a widely used idiom well understood by all reasonable tools.