From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 376FF199C8; Thu, 30 Nov 2017 19:43:10 +0100 (CET) In-Reply-To: <1512067450-59203-2-git-send-email-jianfeng.tan@intel.com> References: <1512067450-59203-2-git-send-email-jianfeng.tan@intel.com> To: test-report@dpdk.org Cc: Jianfeng Tan Message-Id: <20171130184310.376FF199C8@dpdk.org> Date: Thu, 30 Nov 2017 19:43:10 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31838 [PATCH 1/3] eal: add channel for 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, 30 Nov 2017 18:43:10 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31838 _coding style issues_ WARNING:TYPO_SPELLING: 'accomodate' may be misspelled - perhaps 'accommodate'? #28: communication to accomodate the requirements including: ERROR:TRAILING_WHITESPACE: trailing whitespace #295: FILE: lib/librte_eal/common/eal_common_proc.c:280: +^I$ WARNING:SIZEOF_PARENTHESIS: sizeof ev should be sizeof(ev) #349: FILE: lib/librte_eal/common/eal_common_proc.c:334: + events = calloc(20, sizeof ev); total: 1 errors, 2 warnings, 661 lines checked