Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753389AbdHOJpn (ORCPT ); Tue, 15 Aug 2017 05:45:43 -0400 Received: from mail-lf0-f42.google.com ([209.85.215.42]:38402 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752725AbdHOJpl (ORCPT ); Tue, 15 Aug 2017 05:45:41 -0400 Subject: Re: [PATCH] netfilter: fix indent on in statements To: Colin King , 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 Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20170815065025.18471-1-colin.king@canonical.com> From: Sergei Shtylyov Message-ID: <6b38b83c-21b3-5cec-6145-cdbb54a63dd2@cogentembedded.com> Date: Tue, 15 Aug 2017 12:45:37 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170815065025.18471-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 304 Lines: 16 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? > add in the missing tab. > > Signed-off-by: Colin Ian King [...] MBR, Sergei