From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9D87BAAB5; Fri, 24 Aug 2018 18:46:32 +0200 (CEST) In-Reply-To: <1535128501-31597-1-git-send-email-robertshearman@gmail.com> References: <1535128501-31597-1-git-send-email-robertshearman@gmail.com> To: test-report@dpdk.org Cc: robertshearman@gmail.com Message-Id: <20180824164632.9D87BAAB5@dpdk.org> Date: Fri, 24 Aug 2018 18:46:32 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw43878 net/ixgbe: Strip SR-IOV transparent VLANs in VF 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, 24 Aug 2018 16:46:32 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/43878 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #341: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5785: +ixgbevf_recv_pkts_vec( CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #342: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5786: + void __rte_unused *rx_queue, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxO) #343: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5787: + struct rte_mbuf __rte_unused **rx_pkts, ^ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #350: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5794: +ixgbevf_recv_scattered_pkts_vec( CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #351: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5795: + void __rte_unused *rx_queue, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxO) #352: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:5796: + struct rte_mbuf __rte_unused **rx_pkts, ^ CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #433: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c:154: + const struct ixgbe_vfta *vfta + = IXGBE_DEV_PRIVATE_TO_VFTA(dev->data->dev_private); total: 0 errors, 0 warnings, 7 checks, 500 lines checked