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 E35B8468E2 for ; Thu, 12 Jun 2025 19:10:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE1E442D7D; Thu, 12 Jun 2025 19:10:01 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 11ECE42D7D for ; Thu, 12 Jun 2025 19:10:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 637B81252C1; Thu, 12 Jun 2025 19:09:03 +0200 (CEST) Subject: |WARNING| pw154412 [PATCH v4] event/cnxk: add event vector adapter support In-Reply-To: <20250612170923.36114-1-pbhagavatula@marvell.com> References: <20250612170923.36114-1-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20250612170903.637B81252C1@dpdk.org> Date: Thu, 12 Jun 2025 19:09:03 +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/154412 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #334: 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, 230 lines checked