From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B861A1B86B; Thu, 10 May 2018 04:48:46 +0200 (CEST) In-Reply-To: <152592047476.119328.8761817819320596173.stgit@localhost.localdomain> References: <152592047476.119328.8761817819320596173.stgit@localhost.localdomain> To: test-report@dpdk.org Cc: Andy Green Message-Id: <20180510024846.B861A1B86B@dpdk.org> Date: Thu, 10 May 2018 04:48:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw39682 [PATCH v3 19/40] rte_memcpy.h: explicit tmp cast 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, 10 May 2018 02:48:47 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/39682 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #27: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:600: + tmp = (int)len; \ WARNING:LEADING_SPACE: please, no spaces at the start of a line #27: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:600: + tmp = (int)len; \$ WARNING:LONG_LINE: line over 90 characters #30: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:602: + tmp -= (int)len; \ WARNING:LEADING_SPACE: please, no spaces at the start of a line #30: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:602: + tmp -= (int)len; \$ WARNING:LONG_LINE: line over 90 characters #39: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:616: + tmp = (int)len; \ ERROR:CODE_INDENT: code indent should use tabs where possible #39: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:616: + tmp = (int)len; \$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #39: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:616: + tmp = (int)len; \$ WARNING:LONG_LINE: line over 90 characters #42: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:618: + tmp -= (int)len; \ ERROR:CODE_INDENT: code indent should use tabs where possible #42: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:618: + tmp -= (int)len; \$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #42: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:618: + tmp -= (int)len; \$ total: 2 errors, 8 warnings, 22 lines checked