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 890D0425CA for ; Mon, 18 Sep 2023 04:48:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D964402B1; Mon, 18 Sep 2023 04:48:39 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A3697406B6 for ; Mon, 18 Sep 2023 04:48:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 93E97120802; Mon, 18 Sep 2023 04:48:37 +0200 (CEST) Subject: |WARNING| pw131537 [PATCH v4 03/26] net/nfp: unify the type of integer variable In-Reply-To: <20230918024612.1600536-4-chaoyong.he@corigine.com> References: <20230918024612.1600536-4-chaoyong.he@corigine.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chaoyong He Message-Id: <20230918024837.93E97120802@dpdk.org> Date: Mon, 18 Sep 2023 04:48:37 +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/131537 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #647: FILE: drivers/net/nfp/nfpcore/nfp_mutex.c:273: + "target:%d key:%08x] addr:%" PRIx64, WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #875: FILE: drivers/net/nfp/nfpcore/nfp_nsp.h:232: +int nfp_eth_set_configured(struct nfp_cpp *cpp, uint32_t idx, int configed); total: 0 errors, 1 warnings, 1 checks, 864 lines checked