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 B5D04A0548 for ; Sat, 4 Sep 2021 00:06:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A750441104; Sat, 4 Sep 2021 00:06:51 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8E1B141104 for ; Sat, 4 Sep 2021 00:06:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8772A122E33; Sat, 4 Sep 2021 00:06:50 +0200 (CEST) In-Reply-To: <20210903220609.41899-3-stephen@networkplumber.org> References: <20210903220609.41899-3-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20210903220650.8772A122E33@dpdk.org> Date: Sat, 4 Sep 2021 00:06:50 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97955 [PATCH v2 2/5] pdump: support pcapng and filtering 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/97955 _coding style issues_ WARNING:TYPO_SPELLING: 'incompatiable' may be misspelled - perhaps 'incompatible'? #168: FILE: lib/pdump/rte_pdump.c:35: + * version of DPDK using incompatiable client request format. ERROR:SPACING: space required after that ',' (ctx:VxV) #574: FILE: lib/pdump/rte_pdump.c:521: + strlcpy(req->device, device,sizeof(req->device)); ^ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #743: FILE: lib/pdump/rte_pdump.c:692: + for (i = 0; i < sizeof(*total) / sizeof (uint64_t); i++) { total: 1 errors, 2 warnings, 812 lines checked