From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 431B91B20E; Thu, 11 Jan 2018 05:06:01 +0100 (CET) In-Reply-To: <1515643654-129489-4-git-send-email-jianfeng.tan@intel.com> References: <1515643654-129489-4-git-send-email-jianfeng.tan@intel.com> To: test-report@dpdk.org Cc: Jianfeng Tan Message-Id: <20180111040601.431B91B20E@dpdk.org> Date: Thu, 11 Jan 2018 05:06:01 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw33550 [PATCH v2 3/4] eal: add synchronous multi-process communication 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: Thu, 11 Jan 2018 04:06:01 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/33550 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #229: FILE: lib/librte_eal/common/eal_common_proc.c:557: + if ((sockfd = open_unix_fd(0)) < 0) { ERROR:TRAILING_WHITESPACE: trailing whitespace #338: FILE: lib/librte_eal/common/include/rte_eal.h:270: + * received, the replied params will be copied to this pointer. $ total: 2 errors, 0 warnings, 335 lines checked