From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 7E767A00E6 for ; Thu, 13 Jun 2019 15:54:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 797B61D475; Thu, 13 Jun 2019 15:54:34 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 80FA01C4CF; Thu, 13 Jun 2019 15:54:23 +0200 (CEST) In-Reply-To: <1560152324-20538-17-git-send-email-arybchenko@solarflare.com> References: <1560152324-20538-17-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20190613135423.80FA01C4CF@dpdk.org> Date: Thu, 13 Jun 2019 15:54:23 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw54612 [PATCH 16/29] net/sfc/base: add definition of OEM TLV 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/54612 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #37: FILE: drivers/net/sfc/base/ef10_tlv_layout.h:540: + * (e.g. vendor extensions to VPD, NC-SI etc.) */ WARNING:LEADING_SPACE: please, no spaces at the start of a line #40: FILE: drivers/net/sfc/base/ef10_tlv_layout.h:543: + uint32_t tag;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #41: FILE: drivers/net/sfc/base/ef10_tlv_layout.h:544: + uint32_t length;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #42: FILE: drivers/net/sfc/base/ef10_tlv_layout.h:545: + uint8_t oem;$ total: 0 errors, 4 warnings, 0 checks, 16 lines checked