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 77605A051A for ; Wed, 10 Jun 2020 13:24:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7173C3256; Wed, 10 Jun 2020 13:24:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 443A12C5E; Wed, 10 Jun 2020 13:24:44 +0200 (CEST) In-Reply-To: <20200610112326.18576-4-fady@mellanox.com> References: <20200610112326.18576-4-fady@mellanox.com> To: test-report@dpdk.org Cc: Fady Bader Message-Id: <20200610112444.443A12C5E@dpdk.org> Date: Wed, 10 Jun 2020 13:24:44 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw71134 [PATCH 3/3] eal/windows: librte_net build on Windows 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/71134 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #93: FILE: lib/librte_eal/windows/include/netinet/in.h:2: +/* SPDX-License-Identifier: BSD-3-Clause ++* Copyright 2020 Mellanox Technologies, Ltd */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #93: FILE: lib/librte_eal/windows/include/netinet/in.h:2: ++* Copyright 2020 Mellanox Technologies, Ltd */ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #113: FILE: lib/librte_eal/windows/include/netinet/in.h:22: +#define IPPROTO_SCTP 132 ^I/* Stream Control Transmission Protocol */$ WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file #114: FILE: lib/librte_eal/windows/include/netinet/in.h:23: +#endif WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #123: FILE: lib/librte_eal/windows/include/netinet/ip.h:2: +* Copyright 2020 Mellanox Technologies, Ltd */ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #123: FILE: lib/librte_eal/windows/include/netinet/ip.h:2: +/* SPDX-License-Identifier: BSD-3-Clause +* Copyright 2020 Mellanox Technologies, Ltd */ WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file #130: FILE: lib/librte_eal/windows/include/netinet/ip.h:9: +#endif total: 0 errors, 7 warnings, 51 lines checked