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 7C624A0547 for ; Fri, 5 Mar 2021 14:44:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0849622A493; Fri, 5 Mar 2021 14:44:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id A859722A452 for ; Fri, 5 Mar 2021 14:44:40 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id A50F74C6B; Fri, 5 Mar 2021 14:44:40 +0100 (CET) In-Reply-To: <20210305133918.8005-28-ndabilpuram@marvell.com> References: <20210305133918.8005-28-ndabilpuram@marvell.com> To: test-report@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20210305134440.A50F74C6B@dpdk.org> Date: Fri, 5 Mar 2021 14:44:40 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw88554 [PATCH 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/88554 _coding style issues_ WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary #170: FILE: drivers/common/cnxk/roc_nix_stats.c:261: + unsigned long int i, count = 0; 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, 4 warnings, 430 lines checked