From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DE80BA0548 for ; Thu, 1 Apr 2021 14:43:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CEBE91412EA; Thu, 1 Apr 2021 14:43:04 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 72348141216 for ; Thu, 1 Apr 2021 14:43:03 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6E3EF121321; Thu, 1 Apr 2021 14:43:03 +0200 (CEST) In-Reply-To: <20210401123817.14348-28-ndabilpuram@marvell.com> References: <20210401123817.14348-28-ndabilpuram@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20210401124303.6E3EF121321@dpdk.org> Date: Thu, 1 Apr 2021 14:43:03 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90400 [PATCH v3 27/52] common/cnxk: add support for nix extended stats X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/90400 _coding style issues_ WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary #257: FILE: drivers/common/cnxk/roc_nix_stats.c:348: + unsigned long int i, count = 0; WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary #513: FILE: drivers/common/cnxk/roc_nix_xstats.h:187: +static inline unsigned long int WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary #522: FILE: drivers/common/cnxk/roc_nix_xstats.h:196: +static inline unsigned long int total: 0 errors, 3 warnings, 430 lines checked