From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757018AbdJKHpD (ORCPT ); Wed, 11 Oct 2017 03:45:03 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:33903 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750831AbdJKHpB (ORCPT ); Wed, 11 Oct 2017 03:45:01 -0400 X-Google-Smtp-Source: AOwi7QDN5I9CkWM3dtSCsyDvjY5nz18CD0CMux3WLWkwxUkLAmMIXCQ5sYrMs8xR4U7yBF3RMfdjpQ== Date: Wed, 11 Oct 2017 09:45:01 +0200 From: Johan Hovold To: "Gustavo A. R. Silva" Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: greybus: mark expected switch fall-through in check_urb_status Message-ID: <20171011074501.GQ4269@localhost> References: <20171010201041.GA1464@embeddedor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171010201041.GA1464@embeddedor.com> 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, Oct 10, 2017 at 03:10:41PM -0500, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva Acked-by: Johan Hovold Patch is fine, but next time make sure to run scripts/get_maintainer.sh to figure which people and lists to CC. We also try to include the module (component) "es2" in the commit summary (unless you really are doing things subsystem wide), although that has not been enforced for staging clean ups recently. Thanks, Johan