From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 959D8C55179 for ; Fri, 23 Oct 2020 13:09:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4196421D43 for ; Fri, 23 Oct 2020 13:09:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S464268AbgJWNJS (ORCPT ); Fri, 23 Oct 2020 09:09:18 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:41504 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S464258AbgJWNJR (ORCPT ); Fri, 23 Oct 2020 09:09:17 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kVwod-00387i-02; Fri, 23 Oct 2020 15:09:07 +0200 Date: Fri, 23 Oct 2020 15:09:06 +0200 From: Andrew Lunn To: Oleksij Rempel Cc: "David S. Miller" , Florian Fainelli , Heiner Kallweit , Jakub Kicinski , David Jander , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Russell King , mkl@pengutronix.de, Marek Vasut Subject: Re: [PATCH v2] net: phy: replace spaces by tabs Message-ID: <20201023130906.GC745568@lunn.ch> References: <20201023100030.9461-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201023100030.9461-1-o.rempel@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Oct 23, 2020 at 12:00:30PM +0200, Oleksij Rempel wrote: > This patch replaces the spaces in the indention of the 56G PHYs by > proper tabs. Hi Oleksij The change itself is O.K. However, please put in the subject line which tree it is for, [PATCH net-next v2] ... Also, net next is closed at the moment, since the merge window is open. Jakub will send an email once it opens again next week. Please resend then. Andrew