From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752834AbdBNSzQ (ORCPT ); Tue, 14 Feb 2017 13:55:16 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:34632 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752324AbdBNSzJ (ORCPT ); Tue, 14 Feb 2017 13:55:09 -0500 Date: Tue, 14 Feb 2017 12:54:56 -0600 From: Bin Liu To: Greg KH CC: "Gustavo A. R. Silva" , , Subject: Re: [PATCH v2] usb: musb: add code comment for clarification Message-ID: <20170214185456.GA17032@uda0271908> Mail-Followup-To: Bin Liu , Greg KH , "Gustavo A. R. Silva" , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org References: <20170214121202.Horde.qAfQoW59o5zs8CWtQR4bQyI@gator4166.hostgator.com> <20170214182039.GA3379@embeddedgus> <20170214182511.GA13690@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20170214182511.GA13690@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 14, 2017 at 10:25:11AM -0800, Greg KH wrote: > On Tue, Feb 14, 2017 at 12:20:39PM -0600, Gustavo A. R. Silva wrote: > > Add code comment to make it clear that the fall-through is intentional. > > Read the link for more details: https://lkml.org/lkml/2017/2/9/292 > > > > Addresses-Coverity-ID: 1397608 > > Signed-off-by: Gustavo A. R. Silva > > --- > > Changes in v2: > > Fix tabs and line-wrapping in previous patch. > > Thanks for this. Bin, I've applied this to my tree so it makes it into > 4.11-rc1. Thanks Greg for take it to v4.11. Regards, -Bin.