From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B281FA0350 for ; Wed, 1 Jul 2020 09:50:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A60601C191; Wed, 1 Jul 2020 09:50:47 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 40B211C197; Wed, 1 Jul 2020 09:50:46 +0200 (CEST) In-Reply-To: <20200701074941.3847658-1-ferruh.yigit@intel.com> References: <20200701074941.3847658-1-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20200701075046.40B211C197@dpdk.org> Date: Wed, 1 Jul 2020 09:50:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw72577 [PATCH] net/kni: set packet input port in eth_kni_rx() 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/72577 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #92: FILE: drivers/net/kni/rte_eth_kni.c:85: + for (i = 0; i < nb_pkts; i++) { + bufs[i]->port = kni_q->internals->port_id; + } ERROR:TRAILING_WHITESPACE: trailing whitespace #95: FILE: drivers/net/kni/rte_eth_kni.c:88: +^I$ WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'jiancheng pei ' total: 1 errors, 2 warnings, 0 checks, 28 lines checked