From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753468AbdHKNdV (ORCPT ); Fri, 11 Aug 2017 09:33:21 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:60752 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752995AbdHKNdT (ORCPT ); Fri, 11 Aug 2017 09:33:19 -0400 Date: Fri, 11 Aug 2017 15:33:12 +0200 From: Andrew Lunn To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, David Miller , netdev@vger.kernel.org, Florian Fainelli Subject: Re: [PATCH v2] net: phy: Use tab for indentation in Kconfig Message-ID: <20170811133312.GA25615@lunn.ch> References: <1b8d37ce323728c072e08f5683f2421f62fa297c.1502455731.git.michal.simek@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1b8d37ce323728c072e08f5683f2421f62fa297c.1502455731.git.michal.simek@xilinx.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 11, 2017 at 02:48:53PM +0200, Michal Simek wrote: > Using tabs instead of space for indentaion > > Signed-off-by: Michal Simek > Reviewed-by: Andrew Lunn Hi Michal Thanks for rebasing. FYI: It is normal to put net-next in the patch subject to indicate this: [Patch v2 net-next] Using tabs instead of space for indentaion Ah! I just noticed. 'indentation' has a second T. Andrew