From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752647AbdJ3IvH (ORCPT ); Mon, 30 Oct 2017 04:51:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39684 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752607AbdJ3IvG (ORCPT ); Mon, 30 Oct 2017 04:51:06 -0400 Date: Mon, 30 Oct 2017 09:51:18 +0100 From: Greg Kroah-Hartman To: Bin Liu , "Gustavo A. R. Silva" , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: musb_core: mark expected switch fall-through Message-ID: <20171030085118.GA28997@kroah.com> References: <20171024031043.GA23669@embeddedor.com> <20171027164447.GA15590@uda0271908> <20171027164949.GA20585@kroah.com> <20171027165614.GB65@LTA0271908.dhcp.ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171027165614.GB65@LTA0271908.dhcp.ti.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 27, 2017 at 11:56:14AM -0500, Bin Liu wrote: > 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. This is kernel-related information. We don't want foolish "Id:" lines, from gerrit instances, as they are no help at all because we can not do anything with them. We _do_ want identifiers that are globally unique that provide real information, like public bugzilla ids, and tools like coverity. So for things like this, always keep them on. I've added it back by hand now. thanks, greg k-h