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 85D9E43C06 for ; Tue, 27 Feb 2024 20:19:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8250942F45; Tue, 27 Feb 2024 20:19:39 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1D79142EC7 for ; Tue, 27 Feb 2024 20:19:23 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 14EB5122320; Tue, 27 Feb 2024 20:19:23 +0100 (CET) Subject: |WARNING| pw137384 [PATCH v4 11/23] common/cnxk: representee notification callback In-Reply-To: <20240227191550.137687-12-hkalra@marvell.com> References: <20240227191550.137687-12-hkalra@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Harman Kalra Message-Id: <20240227191923.14EB5122320@dpdk.org> Date: Tue, 27 Feb 2024 20:19:23 +0100 (CET) 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/137384 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #306: FILE: drivers/common/cnxk/roc_mbox.h:360: +#define MBOX_UP_REP_MESSAGES \ +M(REP_REPTE_NOTIFY, 0xEF1, rep_repte_notify, rep_repte_req, msg_rsp) \ +M(REP_SET_MTU, 0xEF2, rep_set_mtu, rep_mtu, msg_rsp) total: 1 errors, 0 warnings, 217 lines checked