Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp3418268ybk; Tue, 19 May 2020 04:17:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyckcTh1ocKX38J6/a2cUFSfWmUxQX3u+u9y2h/uPPM9GOswIyhKcBpr+ffrG/sslGGn2M5 X-Received: by 2002:a17:906:f208:: with SMTP id gt8mr19022251ejb.358.1589887034231; Tue, 19 May 2020 04:17:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589887034; cv=none; d=google.com; s=arc-20160816; b=TiqtGYHfMkevWoWanSmylg6kcDlC55ZKP1k0eAgK1pJXV/kkyDzps1rhxIAd+uxFk1 X+g7ShK4p3sNu5OqWCxfsdCPbzCfDOhWPgKU9cqygb9OTVLDetsfOm/+N+L9aabvJV7v 7RmtpGieayQkjUsdFbXBNWKq5qJB3z3LA/vDDQAu5vJAtxFfP+Kmq2GjWYUExX9J7Gpi 9gxUdc4t5R9fi3yCai5tRz+Z260bccNYpbnOc2KeMuvUJiypvYlFzZ/x3fgLe5sC8Cr6 9moFlDTknepyW4HJtF+Z+Ys/YF+PQbcsomH4RRQ/L2A8PTdIcQ50BTGO5VK4TBofJjwM ehFQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=fxXNGBYDd7cStTogyRR3S0r8/nZJIArkoMd/3Tkr0Y4=; b=ZA/xx5WTnV/GeundrSiBIjoxpunQnK4NjHb2icNwZzjQTs7WHKMZCgqk80Fk/NwWH/ ow4UgjJxZYUUlzJIYhk9E8a8M8IkexY74c0mrfNjNtjO6AcxqsX9+O+aRfS/N6nnRLtE q608rg7Ngtd27lNkRgIqL/LzCeIEqufnKPhP+uyS3wHeulZgmGDwj/y0so1962xhgI6S J6jPULnc0oQ1hZ7Dsi4Exyj5TvwE0I4ffIqrxUPDMJbhb+ONNjfOKUKAhnIAV//gqGnV q+wSgEof35h4KWbKxPYfBjQji8IKt+pehsFYqjJa2Z6oD0uCCd9uX54b/9mPED6ebiZK 9zeg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id oa21si7995224ejb.375.2020.05.19.04.16.49; Tue, 19 May 2020 04:17:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728691AbgESLPH (ORCPT + 99 others); Tue, 19 May 2020 07:15:07 -0400 Received: from cmccmta2.chinamobile.com ([221.176.66.80]:50475 "EHLO cmccmta2.chinamobile.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726505AbgESLPH (ORCPT ); Tue, 19 May 2020 07:15:07 -0400 Received: from spf.mail.chinamobile.com (unknown[172.16.121.13]) by rmmx-syy-dmz-app06-12006 (RichMail) with SMTP id 2ee65ec3bfa990d-50d27; Tue, 19 May 2020 19:14:49 +0800 (CST) X-RM-TRANSID: 2ee65ec3bfa990d-50d27 X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 Received: from localhost.localdomain (unknown[112.25.154.146]) by rmsmtp-syy-appsvr07-12007 (RichMail) with SMTP id 2ee75ec3bfa6822-03241; Tue, 19 May 2020 19:14:48 +0800 (CST) X-RM-TRANSID: 2ee75ec3bfa6822-03241 From: Tang Bin To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Tang Bin , Zhang Shengju Subject: [PATCH] net/amd: Remove the extra blank lines Date: Tue, 19 May 2020 19:15:29 +0800 Message-Id: <20200519111529.12016-1-tangbin@cmss.chinamobile.com> X-Mailer: git-send-email 2.20.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove the extra blank lines in the file au1000_eth.c Signed-off-by: Zhang Shengju Signed-off-by: Tang Bin --- drivers/net/ethernet/amd/au1000_eth.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/net/ethernet/amd/au1000_eth.c b/drivers/net/ethernet/amd/au1000_eth.c index 75e9074d8..7988e7df1 100644 --- a/drivers/net/ethernet/amd/au1000_eth.c +++ b/drivers/net/ethernet/amd/au1000_eth.c @@ -243,7 +243,6 @@ MODULE_VERSION(DRV_VERSION); * ps: make sure the used irqs are configured properly in the board * specific irq-map */ - static void au1000_enable_mac(struct net_device *dev, int force_reset) { unsigned long flags; @@ -558,7 +557,6 @@ static int au1000_mii_probe(struct net_device *dev) return 0; } - /* * Buffer allocation/deallocation routines. The buffer descriptor returned * has the virtual and dma address of a buffer suitable for @@ -608,7 +606,6 @@ static void au1000_reset_mac_unlocked(struct net_device *dev) } aup->mac_enabled = 0; - } static void au1000_reset_mac(struct net_device *dev) @@ -649,7 +646,6 @@ au1000_setup_hw_rings(struct au1000_private *aup, void __iomem *tx_base) /* * ethtool operations */ - static void au1000_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) { @@ -682,7 +678,6 @@ static const struct ethtool_ops au1000_ethtool_ops = { .set_link_ksettings = phy_ethtool_set_link_ksettings, }; - /* * Initialize the interface. * -- 2.20.1.windows.1