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 456B1A328D for ; Tue, 22 Oct 2019 18:09:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 32A221BF2F; Tue, 22 Oct 2019 18:09:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 659871BF33; Tue, 22 Oct 2019 18:09:23 +0200 (CEST) In-Reply-To: <20191022160829.21664-1-jgrajcia@cisco.com> References: <20191022160829.21664-1-jgrajcia@cisco.com> To: test-report@dpdk.org Cc: Jakub Grajciar Message-Id: <20191022160923.659871BF33@dpdk.org> Date: Tue, 22 Oct 2019 18:09:23 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw61675 [PATCH] net/memif: fix invalid unix domain address length 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/61675 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #170: FILE: drivers/net/memif/rte_eth_memif.c:1195: + if (strlen(filename) != MEMIF_SOCKET_UN_SIZE) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (2, 16) #170: FILE: drivers/net/memif/rte_eth_memif.c:1195: + if (strlen(filename) != MEMIF_SOCKET_UN_SIZE) { + MIF_LOG(ERR, "Unix socket address too long (max 108)."); total: 0 errors, 2 warnings, 0 checks, 121 lines checked