From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 22D851BAB9; Fri, 8 Jun 2018 16:19:10 +0200 (CEST) In-Reply-To: <20180608124155.140663-6-jasvinder.singh@intel.com> References: <20180608124155.140663-6-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20180608141910.22D851BAB9@dpdk.org> Date: Fri, 8 Jun 2018 16:19:10 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40831 [PATCH 05/21] net/softnic: add tap object 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: Fri, 08 Jun 2018 14:19:10 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40831 _coding style issues_ WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #118: FILE: drivers/net/softnic/rte_eth_softnic_tap.c:1: +/* SPDX-License-Identifier: BSD-3-Clause CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'name == NULL' #200: FILE: drivers/net/softnic/rte_eth_softnic_tap.c:83: + if ((name == NULL) || + tap_find(p, name)) CHECK:SPACING: No space is necessary after a cast #213: FILE: drivers/net/softnic/rte_eth_softnic_tap.c:96: + status = ioctl(fd, TUNSETIFF, (void *) &ifr); total: 0 errors, 1 warnings, 2 checks, 184 lines checked