From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 01AD5A0613 for ; Mon, 26 Aug 2019 15:18:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA6E21C21B; Mon, 26 Aug 2019 15:18:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F20A71C1A4; Mon, 26 Aug 2019 15:18:07 +0200 (CEST) In-Reply-To: <20190826130246.30485-8-g.singh@nxp.com> References: <20190826130246.30485-8-g.singh@nxp.com> To: test-report@dpdk.org Cc: Gagandeep Singh Message-Id: <20190826131807.F20A71C1A4@dpdk.org> Date: Mon, 26 Aug 2019 15:18:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw57982 [PATCH v1 07/13] net/ppfe: add device start stop operations 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/57982 _coding style issues_ WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary #497: FILE: drivers/net/ppfe/pfe_hif_lib.c:223: + client_shm->rx_qbase = (unsigned long int)client->rx_qbase; WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary #499: FILE: drivers/net/ppfe/pfe_hif_lib.c:225: + client_shm->tx_qbase = (unsigned long int)client->tx_qbase; total: 0 errors, 2 warnings, 0 checks, 815 lines checked