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 53A3E466CC for ; Mon, 5 May 2025 14:58:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E5EC40676; Mon, 5 May 2025 14:58:38 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F0CBE4026C for ; Mon, 5 May 2025 14:58:36 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id AC6C7123FB9; Mon, 5 May 2025 14:58:24 +0200 (CEST) Subject: |WARNING| pw153278 [RFC 03/18] net/hinic3: add hardware interfaces of BAR operation In-Reply-To: <20250418080908.9447-4-wff_light@vip.163.com> References: <20250418080908.9447-4-wff_light@vip.163.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Feifei Wang Message-Id: <20250505125824.AC6C7123FB9@dpdk.org> Date: Mon, 5 May 2025 14:58:24 +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/153278 _coding style issues_ WARNING:TYPO_SPELLING: 'MAKS' may be misspelled - perhaps 'MASK'? #221: FILE: drivers/net/hinic3/base/hinic3_hwif.c:139: +#define HINIC3_GET_REG_FLAG(reg) ((reg) & (~(HINIC3_REGS_FLAG_MAKS))) WARNING:TYPO_SPELLING: 'MAKS' may be misspelled - perhaps 'MASK'? #223: FILE: drivers/net/hinic3/base/hinic3_hwif.c:141: +#define HINIC3_GET_REG_ADDR(reg) ((reg) & (HINIC3_REGS_FLAG_MAKS)) total: 0 errors, 2 warnings, 0 checks, 921 lines checked