From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AF92B4688E for ; Thu, 5 Jun 2025 19:37:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB0E440150; Thu, 5 Jun 2025 19:37:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 211BA40150 for ; Thu, 5 Jun 2025 19:37:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E683B125280; Thu, 5 Jun 2025 19:36:32 +0200 (CEST) Subject: |WARNING| pw154066 [PATCH v12 2/7] graph: add feature arc registrations In-Reply-To: <20250605173315.1447003-3-nsaxena@marvell.com> References: <20250605173315.1447003-3-nsaxena@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nitin Saxena Message-Id: <20250605173632.E683B125280@dpdk.org> Date: Thu, 5 Jun 2025 19:36:32 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/154066 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #1322: FILE: lib/graph/rte_graph_feature_arc.h:13: +#include ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #1532: FILE: lib/graph/rte_graph_feature_arc.h:223: +#define RTE_GRAPH_FEATURE_REGISTER(reg) \ + RTE_INIT(__rte_graph_feature_register_##reg) \ + { \ + __rte_graph_feature_register(®, __func__, __LINE__); \ + } ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #1539: FILE: lib/graph/rte_graph_feature_arc.h:230: +#define RTE_GRAPH_FEATURE_ARC_REGISTER(reg) \ + RTE_INIT(__rte_graph_feature_arc_register_##reg) \ + { \ + __rte_graph_feature_arc_register(®, __func__, __LINE__); \ + } total: 2 errors, 1 warnings, 1420 lines checked