From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id CA5805F29; Tue, 24 Apr 2018 18:59:18 +0200 (CEST) In-Reply-To: <20180424165808.23292-5-stephen@networkplumber.org> References: <20180424165808.23292-5-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20180424165918.CA5805F29@dpdk.org> Date: Tue, 24 Apr 2018 18:59:18 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw38834 [PATCH v2 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: Tue, 24 Apr 2018 16:59:19 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/38834 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #222: 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 #225: FILE: lib/librte_eal/common/eal_common_options.c:974: + } else if ((level = strchr(str, ':'))) { total: 2 errors, 0 warnings, 250 lines checked