Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp90724pxj; Wed, 12 May 2021 23:34:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzipNHlR1GJPhyF4U1g8O8w2/1hvAmg4+AdFerWrMVEEIVMz+KwQpLbeylviYC7HeSFOeKY X-Received: by 2002:a05:6402:54e:: with SMTP id i14mr49855973edx.210.1620887658540; Wed, 12 May 2021 23:34:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620887658; cv=none; d=google.com; s=arc-20160816; b=C18eexP+sYNxiN+2drhH6M3yTCWX0YZP5BiFAAOvl5NZI+C2puSscwrZqcofYWaHdz OCEcTwDEWcqbvFR42X6IBfUWpqMywKLsNH3sc5XC+Tyb7pxc180uBhUjoGKtUlvewvvM R2AdZoei+dxFqvAuKt8Jznmgju9x4jJrEviT/39i8rX+Ncqeru0QlrTDLmdeeCxvEG4D qkGe7WnBRSIEey0KeFAYl2TFiqueURf9aAZis+cjRBxfOtwfaFrXyXEgDqfXSfAXyxgC 66liYxw8jOvz8wAPhwnDQiTnWDjWPXYkuqHUnccdceo2NskSuCXgVIxWmMFcCX4S5gWY v7Ag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=xZ/1Fwy7oAUMw6aU+k9wB/HKegLCzFdkjkAdG4s5luo=; b=roSzX76lCfjd1mPPLmvN1A1+k05L/wnlvaYtnt/taRgCKrJlLS1Z4odbI0lgcw7Tv0 Q/iaDhfuBGO1KSw7LRMwc9Fm53izLytm6z6pPlQc+bkgqLTV86RyXBfZdphfR38tgqVL KDBxZYJbeVMptQKFTMyvGv7M9mMT5Dexvbhp7G1AG8lsll3vbU8Pl4uE52cgE9jLXxXO 2Gom7pavPfQAGNPhKAC3bfT2XAAc5CGc0Cx+9ZO+Hc6S4T5g1IEofdA48/FMNHQP2uOs U30MRd+SoOAq7If0LJL18nA4LKEKVXesLRGJKOyVYUNMURC6pzF1lAZTJnhYdtYF/OW/ YbEA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id fy7si2034444ejb.587.2021.05.12.23.33.52; Wed, 12 May 2021 23:34:18 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231460AbhEMGb0 (ORCPT + 99 others); Thu, 13 May 2021 02:31:26 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:2467 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231256AbhEMGbC (ORCPT ); Thu, 13 May 2021 02:31:02 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4FghXD5Y1rzBv0C; Thu, 13 May 2021 14:27:08 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.498.0; Thu, 13 May 2021 14:29:47 +0800 From: Guangbin Huang To: , , CC: , Subject: [PATCH net-next 2/4] net: hinic: add blank line after function declaration Date: Thu, 13 May 2021 14:26:51 +0800 Message-ID: <1620887213-49364-3-git-send-email-huangguangbin2@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1620887213-49364-1-git-send-email-huangguangbin2@huawei.com> References: <1620887213-49364-1-git-send-email-huangguangbin2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There should be a blank line after function declaration, so add two missed blank lines. Signed-off-by: Guangbin Huang --- drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c | 1 + drivers/net/ethernet/huawei/hinic/hinic_rx.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c b/drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c index 5dc3743f8091..7f0f1aa3cedd 100644 --- a/drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c +++ b/drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c @@ -89,6 +89,7 @@ static inline int WQE_PAGE_NUM(struct hinic_wq *wq, u16 idx) return (((idx) >> ((wq)->wqebbs_per_page_shift)) & ((wq)->num_q_pages - 1)); } + /** * queue_alloc_page - allocate page for Queue * @hwif: HW interface for allocating DMA diff --git a/drivers/net/ethernet/huawei/hinic/hinic_rx.c b/drivers/net/ethernet/huawei/hinic/hinic_rx.c index cce08647b9b2..fed3b6bc0d76 100644 --- a/drivers/net/ethernet/huawei/hinic/hinic_rx.c +++ b/drivers/net/ethernet/huawei/hinic/hinic_rx.c @@ -118,6 +118,7 @@ static void rx_csum(struct hinic_rxq *rxq, u32 status, skb->ip_summed = CHECKSUM_NONE; } } + /** * rx_alloc_skb - allocate skb and map it to dma address * @rxq: rx queue -- 2.8.1