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 4941E438C7 for ; Mon, 15 Jan 2024 03:56:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 416B84029F; Mon, 15 Jan 2024 03:56:52 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A1CFD40272 for ; Mon, 15 Jan 2024 03:56:50 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 9830812485B; Mon, 15 Jan 2024 03:56:50 +0100 (CET) Subject: |WARNING| pw135868 [PATCH 6/8] net/nfp: add the elf module In-Reply-To: <20240115025419.2447759-7-chaoyong.he@corigine.com> References: <20240115025419.2447759-7-chaoyong.he@corigine.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chaoyong He Message-Id: <20240115025650.9830812485B@dpdk.org> Date: Mon, 15 Jan 2024 03:56:50 +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/135868 _coding style issues_ WARNING:TYPO_SPELLING: 'RELA' may be misspelled - perhaps 'REAL'? #204: FILE: drivers/net/nfp/nfpcore/nfp_elf.c:69: +#define NFP_ELF_SHT_RELA 4 WARNING:TYPO_SPELLING: 'flie' may be misspelled - perhaps 'file'? #820: FILE: drivers/net/nfp/nfpcore/nfp_elf.c:685: +nfp_elf_read_flie_headers(struct nfp_elf *ectx, WARNING:TYPO_SPELLING: 'flie' may be misspelled - perhaps 'file'? #1143: FILE: drivers/net/nfp/nfpcore/nfp_elf.c:1008: + err = nfp_elf_read_flie_headers(ectx, buf); total: 0 errors, 3 warnings, 0 checks, 1221 lines checked