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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 8594AC433DB for ; Thu, 4 Feb 2021 03:34:27 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2BBDD64F5D for ; Thu, 4 Feb 2021 03:34:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2BBDD64F5D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe :List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=uWOalypw7Aw8UvG6cjeQH+4u2LgYVNZ1HkURtfxUksw=; b=bSzYlwLLi7vmjMSQcT2VGKayHp 5FBWLb6PjkIpM0XVeHMl3VRC+y4o6srGJulpc1T9Fs88qtp2IntRR3xOuHupawozKuMsvqdbCt248 klKe4fJagjmmMoDRc4Uoqk1ZH39BiYO8uy5NKKUGxrwTiAbUYvdRNVjxYvPmXboXTansfE1+SwZg7 HWFSLxKvgEi9LsdUE9oNCf6KWnpQSlySm7DRevj4U+Ne4WXsAnFpW5hZLY/WKnchsDDjD/oIMw0UQ wBohdra0dn+odJCy/QV0BE04Gy902AYoe0abOTaUgo/eZhefWMbBG5Fs08lZYSJl+OWyFKAs1VbEn mwrzubuA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7VOV-0006u0-NP; Thu, 04 Feb 2021 03:33:24 +0000 Received: from [2601:1c0:6280:3f0::aec2] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7VOS-0006ta-3J; Thu, 04 Feb 2021 03:33:20 +0000 Subject: Re: [PATCH V2] drivers: net: ethernet: i825xx: Fix couple of spellings and get rid of blank lines too in the file ether1.c To: Bhaskar Chowdhury , linux@armlinux.org.uk, davem@davemloft.net, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210204011821.18356-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: <7e5dfce3-1343-4bad-1d64-b8f2eff8e2a6@infradead.org> Date: Wed, 3 Feb 2021 19:33:16 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2/3/21 6:32 PM, Bhaskar Chowdhury wrote: > On 18:09 Wed 03 Feb 2021, Randy Dunlap wrote: >> On 2/3/21 5:18 PM, Bhaskar Chowdhury wrote: >>> >>> s/initialsation/initialisation/ >>> s/specifiing/specifying/ >>> >>> Plus get rid of few blank lines. >>> >>> Signed-off-by: Bhaskar Chowdhury >>> --- >>> Changes from V1: >>> =A0=A0 Fix typo in the subject line >>> =A0=A0 Give explanation of all the changes in changelog text >>> >>> =A0drivers/net/ethernet/i825xx/ether1.c | 9 +++------ >>> =A01 file changed, 3 insertions(+), 6 deletions(-) >>> >>> diff --git a/drivers/net/ethernet/i825xx/ether1.c b/drivers/net/etherne= t/i825xx/ether1.c >>> index a0bfb509e002..850ea32091ed 100644 >>> --- a/drivers/net/ethernet/i825xx/ether1.c >>> +++ b/drivers/net/ethernet/i825xx/ether1.c >> >> a. don't delete the blank lines >> b. the change below is not described and does not change any whitespace = AFAICT. >> =A0 I.e., DDT [don't do that]. >> > But what do you do when things getting automatically inducted in the > patch???(You got to believe me) > = > I haven't had touch that bloody function with my keystroke and it gets it= on > its own! Bemusing! > = > Those blank lines too inducted from the fresh file(means in pristine form= ) ,so > thought pruning would be good..hence the decision to get rid of those. > = > Wondering what the fuck is going on.... Yeah, it seems like you have had editor-doing-too-much-for-you issues befor= e now... -- = ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel