From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4AF74A04B7 for ; Tue, 13 Oct 2020 15:57:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8D3D91DC1C; Tue, 13 Oct 2020 15:57:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id A7E5E1DC34; Tue, 13 Oct 2020 15:57:49 +0200 (CEST) In-Reply-To: <1602596753-32282-18-git-send-email-arybchenko@solarflare.com> References: <1602596753-32282-18-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20201013135749.A7E5E1DC34@dpdk.org> Date: Tue, 13 Oct 2020 15:57:49 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw80538 [PATCH 17/36] net/sfc: implement EF100 native Tx datapath X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/80538 _coding style issues_ CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #596: FILE: drivers/net/sfc/sfc_ef100_tx.c:433: + txq->added = txq->completed = txq_desc_index; total: 0 errors, 0 warnings, 1 checks, 597 lines checked