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 A8D8B43081 for ; Wed, 16 Aug 2023 16:11:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 960E04003C; Wed, 16 Aug 2023 16:11:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6565E4003C for ; Wed, 16 Aug 2023 16:11:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4B3D91206AB; Wed, 16 Aug 2023 16:11:55 +0200 (CEST) Subject: |WARNING| pw130411 [PATCH 6/8] net/ntnic: adds flow logic In-Reply-To: <20230816132552.2483752-6-mko-plv@napatech.com> References: <20230816132552.2483752-6-mko-plv@napatech.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mykola Kostenok Message-Id: <20230816141155.4B3D91206AB@dpdk.org> Date: Wed, 16 Aug 2023 16:11:55 +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/130411 _coding style issues_ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #297: FILE: drivers/net/ntnic/nthw/flow_api/flow_api.c:5: +#include WARNING:TYPO_SPELLING: 'ENTROPHY' may be misspelled - perhaps 'ENTROPY'? #1768: FILE: drivers/net/ntnic/nthw/flow_api/flow_api.h:164: + ERR_MATCH_ENTROPHY_FAILED = 25, WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #1906: FILE: drivers/net/ntnic/nthw/flow_api/flow_api_profile_inline.c:5: +#include WARNING:TYPO_SPELLING: 'excisting' may be misspelled - perhaps 'existing'? #2450: FILE: drivers/net/ntnic/nthw/flow_api/flow_api_profile_inline.c:549: + struct flow_handle **fh_excisting) WARNING:TYPO_SPELLING: 'excisting' may be misspelled - perhaps 'existing'? #2557: FILE: drivers/net/ntnic/nthw/flow_api/flow_api_profile_inline.c:656: + *fh_excisting = flm_group->ft[ft_index].fh; WARNING:TYPO_SPELLING: 'excisting' may be misspelled - perhaps 'existing'? #2571: FILE: drivers/net/ntnic/nthw/flow_api/flow_api_profile_inline.c:670: + *fh_excisting = flm_group->ft[ft_index].fh; WARNING:TYPO_SPELLING: 'excisting' may be misspelled - perhaps 'existing'? #4908: FILE: drivers/net/ntnic/nthw/flow_api/flow_api_profile_inline.c:3007: + struct flow_handle *fh_excisting = NULL; WARNING:TYPO_SPELLING: 'excisting' may be misspelled - perhaps 'existing'? #4925: FILE: drivers/net/ntnic/nthw/flow_api/flow_api_profile_inline.c:3024: + &fh_excisting)) { WARNING:TYPO_SPELLING: 'excisting' may be misspelled - perhaps 'existing'? #5049: FILE: drivers/net/ntnic/nthw/flow_api/flow_api_profile_inline.c:3148: + fh = fh_excisting; WARNING:TYPO_SPELLING: 'excisting' may be misspelled - perhaps 'existing'? #5055: FILE: drivers/net/ntnic/nthw/flow_api/flow_api_profile_inline.c:3154: + fh_flm->flm_owner = fh_excisting; WARNING:TYPO_SPELLING: 'UIS' may be misspelled - perhaps 'IS'? #6319: FILE: drivers/net/ntnic/nthw/flow_api/flow_api_profile_inline.c:4418: + hw_mod_flm_control_set(&ndev->be, HW_FLM_CONTROL_UIS, WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #7117: FILE: drivers/net/ntnic/nthw/flow_filter/flow_backend.c:30: +#include /* printf */ WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'? #8380: FILE: drivers/net/ntnic/nthw/flow_filter/flow_backend.c:1293: + flm_nthw_control_uis(be->p_flm_nthw, flm->v17.control->uis); WARNING:TYPO_SPELLING: 'uis' may be misspelled - perhaps 'is'? #8380: FILE: drivers/net/ntnic/nthw/flow_filter/flow_backend.c:1293: + flm_nthw_control_uis(be->p_flm_nthw, flm->v17.control->uis); total: 0 errors, 14 warnings, 0 checks, 10151 lines checked