From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2D0E57CFA; Wed, 21 Jun 2017 19:34:37 +0200 (CEST) In-Reply-To: <20170621173248.1313-4-santosh.shukla@caviumnetworks.com> References: <20170621173248.1313-4-santosh.shukla@caviumnetworks.com> To: test-report@dpdk.org Cc: Santosh Shukla Message-Id: <20170621173437.2D0E57CFA@dpdk.org> Date: Wed, 21 Jun 2017 19:34:37 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25605 [PATCH 3/4] mempool: introduce block size align flag 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: Wed, 21 Jun 2017 17:34:37 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25605 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #71: FILE: lib/librte_mempool/rte_mempool.c:395: + RTE_LOG(ERR, MEMPOOL, "vaddr(%p) not aligned to total_elt_sz(%u) ", (vaddr + off), total_elt_sz); total: 0 errors, 1 warnings, 45 lines checked