From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9AE312A5D; Fri, 17 Feb 2017 15:44:37 +0100 (CET) In-Reply-To: <20170217144426.47823-1-keith.wiles@intel.com> References: <20170217144426.47823-1-keith.wiles@intel.com> To: test-report@dpdk.org Cc: Keith Wiles Message-Id: <20170217144437.9AE312A5D@dpdk.org> Date: Fri, 17 Feb 2017 15:44:37 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20512 [PATCH] net/tap: fix coverity warning on strncpy 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, 17 Feb 2017 14:44:37 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20512 _coding style issues_ CHECK:SPACING: spaces preferred around that '-' (ctx:VxV) #55: FILE: drivers/net/tap/rte_eth_tap.c:300: + strncpy(ifr.ifr_name, pmd->name, IFNAMSIZ-1); ^ total: 0 errors, 0 warnings, 1 checks, 8 lines checked