From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 548354F9A; Wed, 25 Apr 2018 05:18:58 +0200 (CEST) In-Reply-To: <20180425031750.30973-5-stephen@networkplumber.org> References: <20180425031750.30973-5-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20180425031858.548354F9A@dpdk.org> Date: Wed, 25 Apr 2018 05:18:58 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw38858 [PATCH v3 4/5] log: add ability to match dynamic log based on shell pattern 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: , X-List-Received-Date: Wed, 25 Apr 2018 03:18:58 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/38858 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #225: FILE: lib/librte_eal/common/eal_common_options.c:971: + if ((level = strchr(str, ','))) { ERROR:ASSIGN_IN_IF: do not use assignment in if condition #228: FILE: lib/librte_eal/common/eal_common_options.c:974: + } else if ((level = strchr(str, ':'))) { total: 2 errors, 0 warnings, 263 lines checked