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 AF556A0A02 for ; Mon, 5 Apr 2021 16:03:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB653140F23; Mon, 5 Apr 2021 16:03:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1B9D2140F23 for ; Mon, 5 Apr 2021 16:03:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 14327120D42; Mon, 5 Apr 2021 16:03:21 +0200 (CEST) In-Reply-To: <1617631256-3018-3-git-send-email-michaelba@nvidia.com> References: <1617631256-3018-3-git-send-email-michaelba@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Michael Baum Message-Id: <20210405140321.14327120D42@dpdk.org> Date: Mon, 5 Apr 2021 16:03:21 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90562 [PATCH 2/6] net/mlx5: separate Rx function implementations to new file 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/90562 _coding style issues_ WARNING:TYPO_SPELLING: 'WQS' may be misspelled - perhaps 'WAS'? #488: FILE: drivers/net/mlx5/mlx5_rx.c:408: + sm.state = IBV_WQS_RESET; WARNING:TYPO_SPELLING: 'WQS' may be misspelled - perhaps 'WAS'? #528: FILE: drivers/net/mlx5/mlx5_rx.c:448: + sm.state = IBV_WQS_RDY; WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring #551: FILE: drivers/net/mlx5/mlx5_rx.c:471: + for (i--; i >= 0; --i) { total: 0 errors, 3 warnings, 0 checks, 2449 lines checked