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 94621A04A5 for ; Sat, 18 Dec 2021 03:55:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9045841142; Sat, 18 Dec 2021 03:55:32 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 42D7B4113D for ; Sat, 18 Dec 2021 03:55:31 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3BB24123543; Sat, 18 Dec 2021 03:55:31 +0100 (CET) Subject: |WARNING| pw105251 [PATCH v1 13/25] net/spnic: support Rx congfiguration In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Yanling Song Message-Id: <20211218025531.3BB24123543@dpdk.org> Date: Sat, 18 Dec 2021 03:55:31 +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/105251 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around dev_conf->rx_adv_conf.rss_conf #1160: FILE: drivers/net/spnic/spnic_ethdev.c:715: + rss_conf = &(dev_conf->rx_adv_conf.rss_conf); WARNING:TYPO_SPELLING: 'Does't' may be misspelled - perhaps 'Doesn't'? #1437: FILE: drivers/net/spnic/spnic_rx.c:407: + PMD_DRV_LOG(ERR, "Does't support rss hash type: %"PRIu64"", CHECK:CAMELCASE: Avoid CamelCase: #1437: FILE: drivers/net/spnic/spnic_rx.c:407: + PMD_DRV_LOG(ERR, "Does't support rss hash type: %"PRIu64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #1437: FILE: drivers/net/spnic/spnic_rx.c:407: + PMD_DRV_LOG(ERR, "Does't support rss hash type: %"PRIu64"", total: 0 errors, 1 warnings, 3 checks, 1489 lines checked