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 91AA842600 for ; Tue, 19 Sep 2023 11:59:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A70740275; Tue, 19 Sep 2023 11:59:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 85A4640275 for ; Tue, 19 Sep 2023 11:59:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 81A2A120802; Tue, 19 Sep 2023 11:59:22 +0200 (CEST) Subject: |WARNING| pw131612 [PATCH v5 03/26] net/nfp: unify the type of integer variable In-Reply-To: <20230919095440.45445-4-chaoyong.he@corigine.com> References: <20230919095440.45445-4-chaoyong.he@corigine.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chaoyong He Message-Id: <20230919095922.81A2A120802@dpdk.org> Date: Tue, 19 Sep 2023 11:59:22 +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/131612 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #622: FILE: drivers/net/nfp/nfpcore/nfp_mutex.c:273: + "target:%d key:%08x] addr:%" PRIx64, WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #850: 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