From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id ACD3C5F39; Fri, 23 Feb 2018 22:19:28 +0100 (CET) In-Reply-To: <20180223211752.28651-3-stephen@networkplumber.org> References: <20180223211752.28651-3-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20180223211928.ACD3C5F39@dpdk.org> Date: Fri, 23 Feb 2018 22:19:28 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35377 [PATCH v2 2/3] 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: Fri, 23 Feb 2018 21:19:28 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35377 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #93: FILE: lib/librte_eal/common/eal_common_options.c:967: + if ((level = strchr(str, ','))) { ERROR:ASSIGN_IN_IF: do not use assignment in if condition #96: FILE: lib/librte_eal/common/eal_common_options.c:970: + } else if ((level = strchr(str, ':'))) { total: 2 errors, 0 warnings, 123 lines checked