From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C2FC4FA9A; Sun, 4 Dec 2016 13:45:16 +0100 (CET) In-Reply-To: <1480875447-23680-15-git-send-email-hemant.agrawal@nxp.com> References: <1480875447-23680-15-git-send-email-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20161204124516.C2FC4FA9A@dpdk.org> Date: Sun, 4 Dec 2016 13:45:16 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH 14/32] net/dpaa2: dpio object driver 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: Sun, 04 Dec 2016 12:45:17 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17646 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #256: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:89: +/* Set the STASH Destination depending on Current CPU ID. + e.g. Valid values of SDEST are 4,5,6,7. Where, WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #356: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:189: + /* Set the STASH Destination depending on Current CPU ID. + Valid values of SDEST are 4,5,6,7. Where, WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #401: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:234: + unsigned lcore_id = rte_lcore_id(); WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #460: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:293: + if (NULL == dpio_dev_list) { WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #497: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:330: + /* Create Mapping for QBMan Cache Enabled area. This is a fix for + SMMU fault for DQRR statshing transaction. */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #497: FILE: drivers/net/dpaa2/base/dpaa2_hw_dpio.c:330: + SMMU fault for DQRR statshing transaction. */ total: 0 errors, 6 warnings, 0 checks, 582 lines checked