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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 E5E4CC47082 for ; Thu, 27 May 2021 02:22:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C8735613C3 for ; Thu, 27 May 2021 02:22:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234392AbhE0CY0 (ORCPT ); Wed, 26 May 2021 22:24:26 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:4020 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232381AbhE0CYZ (ORCPT ); Wed, 26 May 2021 22:24:25 -0400 Received: from dggems701-chm.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4FrBPB2L9kzmZM7; Thu, 27 May 2021 10:20:30 +0800 (CST) Received: from dggeme758-chm.china.huawei.com (10.3.19.104) by dggems701-chm.china.huawei.com (10.3.19.178) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2176.2; Thu, 27 May 2021 10:22:51 +0800 Received: from [10.67.100.138] (10.67.100.138) by dggeme758-chm.china.huawei.com (10.3.19.104) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 27 May 2021 10:22:51 +0800 Subject: Re: [PATCH net-next 01/10] net: wan: remove redundant blank lines To: Jakub Kicinski , Guangbin Huang CC: , , , , , , References: <1622029495-30357-1-git-send-email-huangguangbin2@huawei.com> <1622029495-30357-2-git-send-email-huangguangbin2@huawei.com> <20210526175702.5aecd246@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> From: "lipeng (Y)" Message-ID: Date: Thu, 27 May 2021 10:22:51 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.3.2 MIME-Version: 1.0 In-Reply-To: <20210526175702.5aecd246@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.100.138] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggeme758-chm.china.huawei.com (10.3.19.104) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ÔÚ 2021/5/27 8:57, Jakub Kicinski дµÀ: > On Wed, 26 May 2021 19:44:46 +0800 Guangbin Huang wrote: >> From: Peng Li >> >> This patch removes some redundant blank lines. > We already have 4 commits with this exact subject and message in > the tree: > > 98d728232c98 net: wan: remove redundant blank lines > 8890d0a1891a net: wan: remove redundant blank lines > 145efe6c279b net: wan: remove redundant blank lines > 78524c01edb2 net: wan: remove redundant blank lines > > Please use appropriate commit prefix, for example for this series > "net: hdlc_fr:". > . Ok, will fix it next version. Thanks.