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 8A648468F2 for ; Sat, 14 Jun 2025 01:21:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7BE5A4025E; Sat, 14 Jun 2025 01:21:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 230524025E for ; Sat, 14 Jun 2025 01:21:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EDE541252C7; Sat, 14 Jun 2025 01:20:29 +0200 (CEST) Subject: |WARNING| pw154448 [PATCH v5] event/cnxk: add event vector adapter support In-Reply-To: <20250613231942.35167-1-pbhagavatula@marvell.com> References: <20250613231942.35167-1-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20250613232029.EDE541252C7@dpdk.org> Date: Sat, 14 Jun 2025 01:20:29 +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/154448 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #381: FILE: drivers/event/cnxk/cnxk_vector_adptr.c:138: + SSO_AGGR_MAX_CTX > UINT8_MAX ? UINT8_MAX : SSO_AGGR_MAX_CTX; total: 0 errors, 1 warnings, 257 lines checked