From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 4F54C1CCD1; Thu, 5 Apr 2018 17:34:51 +0200 (CEST) In-Reply-To: <20180405153322.5488-4-thomas@monjalon.net> References: <20180405153322.5488-4-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20180405153451.4F54C1CCD1@dpdk.org> Date: Thu, 5 Apr 2018 17:34:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37319 [PATCH v2 3/3] ethdev: deprecate port count function 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: Thu, 05 Apr 2018 15:34:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37319 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #348: FILE: examples/distributor/main.c:545: + const unsigned xor_val = (rte_eth_dev_count_avail() > 1); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #588: FILE: examples/l2fwd-crypto/main.c:2314: + unsigned nb_ports = rte_eth_dev_count_avail(); total: 0 errors, 2 warnings, 816 lines checked