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 334C2466CD for ; Mon, 5 May 2025 16:59:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E5AB4025D; Mon, 5 May 2025 16:59:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9706F4003C for ; Mon, 5 May 2025 16:59:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 23278123FB9; Mon, 5 May 2025 16:59:20 +0200 (CEST) Subject: |WARNING| pw153297 [PATCH] common/mlx5: use intrinsics instead of inline assembly In-Reply-To: <1746457062-8502-1-git-send-email-andremue@linux.microsoft.com> References: <1746457062-8502-1-git-send-email-andremue@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andre Muezerie Message-Id: <20250505145920.23278123FB9@dpdk.org> Date: Mon, 5 May 2025 16:59:20 +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/153297 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #117: FILE: drivers/net/mlx5/mlx5_txpp.c:495: + return (int)_InterlockedCompareExchange128( CHECK:CAMELCASE: Avoid CamelCase: <_InterlockedCompareExchange128> #117: FILE: drivers/net/mlx5/mlx5_txpp.c:495: + return (int)_InterlockedCompareExchange128( total: 0 errors, 0 warnings, 2 checks, 47 lines checked