From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 54BD0D4EA; Mon, 21 Nov 2016 16:20:16 +0100 (CET) In-Reply-To: <1479740470-6723-56-git-send-email-arybchenko@solarflare.com> References: <1479740470-6723-56-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20161121152016.54BD0D4EA@dpdk.org> Date: Mon, 21 Nov 2016 16:20:16 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH 55/56] net/sfc: implement transmit path start / stop X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 15:20:16 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17157 _coding style issues_ WARNING:TYPO_SPELLING: 'wating' may be misspelled - perhaps 'waiting'? #169: FILE: drivers/net/sfc/efx/sfc_tx.c:49: + * Maximum number of event queue polling attempts when wating for TX queue CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #263: FILE: drivers/net/sfc/efx/sfc_tx.c:389: + txq->added = txq->pending = txq->completed = desc_index; total: 0 errors, 1 warnings, 1 checks, 340 lines checked