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 A57CFA04A4 for ; Sat, 18 Dec 2021 03:54:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C9E8E41142; Sat, 18 Dec 2021 03:54:04 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5AE7C4113D for ; Sat, 18 Dec 2021 03:54:03 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 42680123543; Sat, 18 Dec 2021 03:54:03 +0100 (CET) Subject: |WARNING| pw105241 [PATCH v1 02/25] net/spnic: initialize the HW interface In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Yanling Song Message-Id: <20211218025403.42680123543@dpdk.org> Date: Sat, 18 Dec 2021 03:54:03 +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/105241 _coding style issues_ WARNING:TYPO_SPELLING: 'MAKS' may be misspelled - perhaps 'MASK'? #122: FILE: drivers/net/spnic/base/spnic_csr.h:25: +#define SPNIC_REGS_FLAG_MAKS 0x3FFFFFFF WARNING:TYPO_SPELLING: 'MAKS' may be misspelled - perhaps 'MASK'? #426: FILE: drivers/net/spnic/base/spnic_hwif.c:137: +#define SPNIC_GET_REG_FLAG(reg) ((reg) & (~(SPNIC_REGS_FLAG_MAKS))) WARNING:TYPO_SPELLING: 'MAKS' may be misspelled - perhaps 'MASK'? #428: FILE: drivers/net/spnic/base/spnic_hwif.c:139: +#define SPNIC_GET_REG_ADDR(reg) ((reg) & (SPNIC_REGS_FLAG_MAKS)) total: 0 errors, 3 warnings, 0 checks, 1271 lines checked