From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751996AbdBNSZf (ORCPT ); Tue, 14 Feb 2017 13:25:35 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:38300 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751906AbdBNSZ0 (ORCPT ); Tue, 14 Feb 2017 13:25:26 -0500 Date: Tue, 14 Feb 2017 10:25:11 -0800 From: Greg KH To: "Gustavo A. R. Silva" Cc: Bin Liu , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] usb: musb: add code comment for clarification Message-ID: <20170214182511.GA13690@kroah.com> References: <20170214121202.Horde.qAfQoW59o5zs8CWtQR4bQyI@gator4166.hostgator.com> <20170214182039.GA3379@embeddedgus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170214182039.GA3379@embeddedgus> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. greg k-h