From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754076AbdJSVpC convert rfc822-to-8bit (ORCPT ); Thu, 19 Oct 2017 17:45:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51338 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675AbdJSVpB (ORCPT ); Thu, 19 Oct 2017 17:45:01 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 0917E99B99 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dhowells@redhat.com Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20171019162323.Horde.9-ghoep6chyagc5A5TqQ8s8@gator4166.hostgator.com> References: <20171019162323.Horde.9-ghoep6chyagc5A5TqQ8s8@gator4166.hostgator.com> <20171019185016.GA18770@embeddedor.com> <32524.1508447816@warthog.procyon.org.uk> To: "Gustavo A. R. Silva" Cc: dhowells@redhat.com, "David S. Miller" , linux-afs@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: rxrpc: mark expected switch fall-throughs MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3100.1508449499.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Thu, 19 Oct 2017 22:44:59 +0100 Message-ID: <3101.1508449499@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 19 Oct 2017 21:45:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gustavo A. R. Silva wrote: > > No. Firstly, it should be 'F'; secondly, don't remove the blank line - it's > > there for a reason. > > > > What is the reason? Visual separation. David