Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752649AbdHIEFj (ORCPT ); Wed, 9 Aug 2017 00:05:39 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:60270 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752585AbdHIEFi (ORCPT ); Wed, 9 Aug 2017 00:05:38 -0400 Date: Tue, 08 Aug 2017 21:05:37 -0700 (PDT) Message-Id: <20170808.210537.1599851067118765908.davem@davemloft.net> To: michal.simek@xilinx.com Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, netdev@vger.kernel.org, andrew@lunn.ch, f.fainelli@gmail.com Subject: Re: [PATCH] net: phy: Use tab for indentation in Kconfig From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 08 Aug 2017 21:05:38 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 356 Lines: 11 From: Michal Simek Date: Tue, 8 Aug 2017 11:32:25 +0200 > Using tabs instead of space for indentaion > > Signed-off-by: Michal Simek This really isn't appropriate for the 'net' tree, it doesn't fix anything it just makes the spacing consistent. Please respin this patch against net-next, thank you.