From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id EA9405F0D; Mon, 5 Nov 2018 18:56:19 +0100 (CET) In-Reply-To: <20181105175128.33297-8-vipin.varghese@intel.com> References: <20181105175128.33297-8-vipin.varghese@intel.com> To: test-report@dpdk.org Cc: Vipin Varghese Message-Id: <20181105175619.EA9405F0D@dpdk.org> Date: Mon, 5 Nov 2018 18:56:19 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw47838 [v3, 8/9] app/procinfo: add support for show mempool 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: Mon, 05 Nov 2018 17:56:20 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/47838 _coding style issues_ ERROR:SPACING: spaces required around that '?' (ctx:VxW) #84: FILE: app/proc-info/main.c:1193: + (flags & MEMPOOL_F_NO_SPREAD)? 'y' : 'n', ^ ERROR:SPACING: spaces required around that ':' (ctx:WxV) #86: FILE: app/proc-info/main.c:1195: + (flags & MEMPOOL_F_SP_PUT) ? 'y' :'n', ^ ERROR:SPACING: spaces required around that ':' (ctx:WxV) #88: FILE: app/proc-info/main.c:1197: + (flags & MEMPOOL_F_POOL_CREATED) ? 'y' :'n', ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #89: FILE: app/proc-info/main.c:1198: + (flags & MEMPOOL_F_NO_IOVA_CONTIG) ? 'y': 'n'); ^ total: 4 errors, 0 warnings, 82 lines checked