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 78A40A04A4 for ; Sat, 18 Dec 2021 03:55:16 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 609E441142; Sat, 18 Dec 2021 03:55:16 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 95C8C4113D for ; Sat, 18 Dec 2021 03:55:14 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 79306123543; Sat, 18 Dec 2021 03:55:14 +0100 (CET) Subject: |WARNING| pw105249 [PATCH v1 11/25] net/spnic: add queue pairs context initialization In-Reply-To: <73fd0a0bc343762104bd3b8279838ef8e0ee1726.1639636621.git.songyl@ramaxel.com> References: <73fd0a0bc343762104bd3b8279838ef8e0ee1726.1639636621.git.songyl@ramaxel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Yanling Song Message-Id: <20211218025514.79306123543@dpdk.org> Date: Sat, 18 Dec 2021 03:55:14 +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/105249 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #1091: FILE: drivers/net/spnic/spnic_io.c:508: + "err: %d, out_param: %"PRIu64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #1091: FILE: drivers/net/spnic/spnic_io.c:508: + "err: %d, out_param: %"PRIu64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #1146: FILE: drivers/net/spnic/spnic_io.c:563: + "err: %d, out_param: %"PRIu64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #1187: FILE: drivers/net/spnic/spnic_io.c:604: + "err: %d, out_param: %"PRIu64"", err, out_param); CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #1307: FILE: drivers/net/spnic/spnic_io.c:724: + PMD_DRV_LOG(INFO, "Update nic feature to %"PRIu64" ", CHECK:MACRO_ARG_REUSE: Macro argument reuse 'queue' - possible side-effects? #1402: FILE: drivers/net/spnic/spnic_io.h:75: +#define NIC_WQE_ADDR(queue, idx) ((void *)((u64)((queue)->queue_buf_vaddr) + \ + ((idx) << (queue)->wqebb_shift))) WARNING:TYPO_SPELLING: 'coverting' may be misspelled - perhaps 'converting'? #1426: FILE: drivers/net/spnic/spnic_io.h:99: + /* Hardware will do endianness coverting */ total: 0 errors, 1 warnings, 6 checks, 1518 lines checked