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 570AD462AF for ; Mon, 24 Feb 2025 22:02:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 53416427C8; Mon, 24 Feb 2025 22:02:33 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9B079427CF for ; Mon, 24 Feb 2025 22:02:29 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 454F8127817; Mon, 24 Feb 2025 22:02:14 +0100 (CET) Subject: |WARNING| pw151977 [PATCH 2/6] eal: only use numbers as align parameters for MSVC In-Reply-To: <1740430879-17874-3-git-send-email-andremue@linux.microsoft.com> References: <1740430879-17874-3-git-send-email-andremue@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andre Muezerie Message-Id: <20250224210214.454F8127817@dpdk.org> Date: Mon, 24 Feb 2025 22:02:14 +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/151977 _coding style issues_ WARNING:TYPO_SPELLING: 'poped' may be misspelled - perhaps 'popped'? #53: After the instruction set updates for MSVC the error below poped up: total: 0 errors, 1 warnings, 17 lines checked Please use __rte_aligned only for struct or union types alignment.