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 2329F43C0F for ; Fri, 1 Mar 2024 20:18:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1F5EA4334B; Fri, 1 Mar 2024 20:18:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C297C433C8 for ; Fri, 1 Mar 2024 20:18:27 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id B545A122335; Fri, 1 Mar 2024 20:18:27 +0100 (CET) Subject: |WARNING| pw137781 [PATCH v5 11/23] common/cnxk: representee notification callback In-Reply-To: <20240301191451.57168-12-hkalra@marvell.com> References: <20240301191451.57168-12-hkalra@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Harman Kalra Message-Id: <20240301191827.B545A122335@dpdk.org> Date: Fri, 1 Mar 2024 20:18:27 +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/137781 _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