From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7F52EF929; Tue, 3 Jan 2017 00:10:01 +0100 (CET) In-Reply-To: <20170102230850.32610-7-sthemmin@microsoft.com> References: <20170102230850.32610-7-sthemmin@microsoft.com> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20170102231001.7F52EF929@dpdk.org> Date: Tue, 3 Jan 2017 00:10:01 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18768 [PATCH 6/6] eal: VMBUS infrastructure 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: Mon, 02 Jan 2017 23:10:01 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18768 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #198: FILE: lib/librte_eal/common/eal_internal_cfg.h:72: + * instead of native TSC */ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #685: FILE: lib/librte_eal/linuxapp/eal/eal_vmbus.c:96: + if (buf[0] == '{' && (cp = strchr(buf, '}'))) total: 1 errors, 1 warnings, 1486 lines checked