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 6AB35A00C2 for ; Thu, 5 Jan 2023 17:11:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 65E594067C; Thu, 5 Jan 2023 17:11:52 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 422CC4021E for ; Thu, 5 Jan 2023 17:11:51 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 31825122EC0; Thu, 5 Jan 2023 17:11:51 +0100 (CET) Subject: |WARNING| pw121629 [PATCH 3/3] net/mlx5: fix Windows build with MinGW GCC 12 In-Reply-To: <20230105161020.247780-4-thomas@monjalon.net> References: <20230105161020.247780-4-thomas@monjalon.net> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Thomas Monjalon Message-Id: <20230105161151.31825122EC0@dpdk.org> Date: Thu, 5 Jan 2023 17:11:51 +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/121629 _coding style issues_ WARNING:TYPO_SPELLING: 'DONT' may be misspelled - perhaps 'DON'T'? #264: FILE: drivers/common/mlx5/windows/mlx5_win_defs.h:156: + IBV_FLOW_ATTR_FLAGS_DONT_TRAP = RTE_BIT32(1), CHECK:SPACING: No space is necessary after a cast #332: FILE: drivers/net/mlx5/windows/mlx5_os.c:196: + RTE_MIN((uint32_t) 1 << hca_attr->rss_ind_tbl_cap, total: 0 errors, 1 warnings, 1 checks, 198 lines checked