From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752587AbdJ0Q42 (ORCPT ); Fri, 27 Oct 2017 12:56:28 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:48027 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbdJ0Q40 (ORCPT ); Fri, 27 Oct 2017 12:56:26 -0400 Date: Fri, 27 Oct 2017 11:56:14 -0500 From: Bin Liu To: Greg Kroah-Hartman CC: "Gustavo A. R. Silva" , , Subject: Re: [PATCH] usb: musb_core: mark expected switch fall-through Message-ID: <20171027165614.GB65@LTA0271908.dhcp.ti.com> Mail-Followup-To: Bin Liu , Greg Kroah-Hartman , "Gustavo A. R. Silva" , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org References: <20171024031043.GA23669@embeddedor.com> <20171027164447.GA15590@uda0271908> <20171027164949.GA20585@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20171027164949.GA20585@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 27, 2017 at 06:49:49PM +0200, Greg Kroah-Hartman wrote: > On Fri, Oct 27, 2017 at 11:44:47AM -0500, Bin Liu wrote: > > Hi, > > > > On Mon, Oct 23, 2017 at 10:10:43PM -0500, Gustavo A. R. Silva wrote: > > > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > > > where we are expecting to fall through. > > > > > > Addresses-Coverity-ID: 1397608 > > > Signed-off-by: Gustavo A. R. Silva > > > > Applied with the above Coverity-ID message removed. > > Why? It's good to track these things. hmm, I thought we don't want non-kernel related information in the commit message. I just sent the musb v4.15-rc1 patches to you. Do you want to resend them with this message adding back? Regards, -Bin.