From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E965337A0; Tue, 22 May 2018 03:25:52 +0200 (CEST) In-Reply-To: <152695225221.111551.13699453188980725840.stgit@localhost.localdomain> References: <152695225221.111551.13699453188980725840.stgit@localhost.localdomain> To: test-report@dpdk.org Cc: Andy Green Message-Id: <20180522012552.E965337A0@dpdk.org> Date: Tue, 22 May 2018 03:25:52 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40298 [PATCH v7 1/8] lib/librte_eal: change type of tmp 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: Tue, 22 May 2018 01:25:53 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40298 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #26: tmp = len; \ WARNING:LONG_LINE: line over 90 characters #75: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:577: + size_t tmp; \ WARNING:LEADING_SPACE: please, no spaces at the start of a line #75: FILE: lib/librte_eal/common/include/arch/x86/rte_memcpy.h:577: + size_t tmp; \$ total: 0 errors, 3 warnings, 8 lines checked