Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753587AbdHOJvV (ORCPT ); Tue, 15 Aug 2017 05:51:21 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:32945 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753405AbdHOJvT (ORCPT ); Tue, 15 Aug 2017 05:51:19 -0400 Subject: Re: [PATCH] netfilter: fix indent on in statements To: Sergei Shtylyov , Pablo Neira Ayuso , Jozsef Kadlecsik , Florian Westphal , Stephen Hemminger , "David S . Miller" , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, bridge@lists.linux-foundation.org, netdev@vger.kernel.org References: <20170815065025.18471-1-colin.king@canonical.com> <6b38b83c-21b3-5cec-6145-cdbb54a63dd2@cogentembedded.com> Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org From: Colin Ian King Message-ID: <0e49a883-9b39-98e7-7c36-6e433bb3961d@canonical.com> Date: Tue, 15 Aug 2017 10:51:15 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <6b38b83c-21b3-5cec-6145-cdbb54a63dd2@cogentembedded.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 598 Lines: 25 On 15/08/17 10:45, Sergei Shtylyov wrote: > Hello! > > On 8/15/2017 9:50 AM, Colin King wrote: > >> From: Colin Ian King >> >> The returns on some if statements are not indented correctly, > > s/in/if/ in the subject? Doh, fix resent. > >> add in the missing tab. >> >> Signed-off-by: Colin Ian King > [...] > > MBR, Sergei > -- > To unsubscribe from this list: send the line "unsubscribe > kernel-janitors" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html