From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E15522BEF; Tue, 29 Aug 2017 11:52:44 +0200 (CEST) In-Reply-To: <20170829095153.12627-1-v.kuramshin@samsung.com> References: <20170829095153.12627-1-v.kuramshin@samsung.com> To: test-report@dpdk.org Cc: Vladimir Kuramshin Message-Id: <20170829095244.E15522BEF@dpdk.org> Date: Tue, 29 Aug 2017 11:52:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28058 [PATCH] examples/l2fwd-cat: fix build according to API changes 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: Tue, 29 Aug 2017 09:52:45 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28058 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *' #55: FILE: examples/l2fwd-cat/cat.c:56: +static unsigned *m_sockets; WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *' #153: FILE: examples/l2fwd-cat/cat.c:765: + unsigned *lcores = NULL; total: 0 errors, 2 warnings, 175 lines checked