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 19BB7A0613 for ; Fri, 27 Sep 2019 23:01:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1271F1BF00; Fri, 27 Sep 2019 23:01:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id E01501BF03; Fri, 27 Sep 2019 23:01:13 +0200 (CEST) In-Reply-To: <20190927205931.23022-2-bruce.richardson@intel.com> References: <20190927205931.23022-2-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20190927210113.E01501BF03@dpdk.org> Date: Fri, 27 Sep 2019 23:01:13 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw60077 [PATCH v2 1/2] eal: split compat header file 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/60077 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #255: FILE: lib/librte_eal/common/include/rte_function_versioning.h:43: +#define VERSION_SYMBOL(b, e, n) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@DPDK_" RTE_STR(n)) WARNING:LONG_LINE: line over 90 characters #262: FILE: lib/librte_eal/common/include/rte_function_versioning.h:50: +#define BIND_DEFAULT_SYMBOL(b, e, n) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@@DPDK_" RTE_STR(n)) ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #285: FILE: lib/librte_eal/common/include/rte_function_versioning.h:73: +#define MAP_STATIC_SYMBOL(f, p) f __attribute__((alias(RTE_STR(p)))) total: 1 errors, 2 warnings, 231 lines checked