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 48125461A0 for ; Wed, 5 Feb 2025 20:33:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4610C40647; Wed, 5 Feb 2025 20:33:06 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1CCB8402E1 for ; Wed, 5 Feb 2025 20:33:05 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id AF636127003; Wed, 5 Feb 2025 20:31:54 +0100 (CET) Subject: |WARNING| pw151007 [PATCH v4] drivers/net: use 64-bit shift and avoid signed/unsigned mismatch In-Reply-To: <1738783944-10172-1-git-send-email-andremue@linux.microsoft.com> References: <1738783944-10172-1-git-send-email-andremue@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andre Muezerie Message-Id: <20250205193154.AF636127003@dpdk.org> Date: Wed, 5 Feb 2025 20:31:54 +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/151007 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #331: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.h:189: + rqID < (uint32)2 * hw->num_rx_queues) ? 1 : 0; total: 0 errors, 0 warnings, 1 checks, 199 lines checked