From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C4ADE45B61 for ; Thu, 17 Oct 2024 21:21:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C07B64029C; Thu, 17 Oct 2024 21:21:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C16604025F for ; Thu, 17 Oct 2024 21:21:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A8F761206AA; Thu, 17 Oct 2024 21:21:33 +0200 (CEST) Subject: |WARNING| pw146200 [Patch v5] net/netvsc: fix number Tx queues > Rx queues In-Reply-To: <1729192829-30211-1-git-send-email-longli@linuxonhyperv.com> References: <1729192829-30211-1-git-send-email-longli@linuxonhyperv.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: longli@linuxonhyperv.com Message-Id: <20241017192133.A8F761206AA@dpdk.org> Date: Thu, 17 Oct 2024 21:21:33 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/146200 _coding style issues_ Must be a reply to the first patch (--in-reply-to). ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #120: FILE: drivers/net/netvsc/hn_rxtx.c:225: +static void +hn_rx_queue_free_common(struct hn_rx_queue *rxq) { total: 1 errors, 0 warnings, 0 checks, 145 lines checked