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 0329245459 for ; Wed, 19 Jun 2024 12:09:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F225C42E0B; Wed, 19 Jun 2024 12:09:15 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9DDBA42D68 for ; Wed, 19 Jun 2024 12:09:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 86C8F12231F; Wed, 19 Jun 2024 12:09:14 +0200 (CEST) Subject: |WARNING| pw141378 [PATCH 7/7] net/nfp: add trace point about flow rule action In-Reply-To: <20240619100754.3480077-8-chaoyong.he@corigine.com> References: <20240619100754.3480077-8-chaoyong.he@corigine.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chaoyong He Message-Id: <20240619100914.86C8F12231F@dpdk.org> Date: Wed, 19 Jun 2024 12:09:14 +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/141378 _coding style issues_ WARNING:TYPO_SPELLING: 'SIZ' may be misspelled - perhaps 'SIZE'? #184: FILE: drivers/net/nfp/flower/nfp_flower_cmsg.c:405: + len_tmp += head->len_lw << NFP_FL_LW_SIZ; WARNING:TYPO_SPELLING: 'SIZ' may be misspelled - perhaps 'SIZE'? #206: FILE: drivers/net/nfp/flower/nfp_flower_cmsg.c:427: + nfp_flow_meta->act_len << NFP_FL_LW_SIZ); CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #267: FILE: drivers/net/nfp/nfp_trace.h:438: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #286: FILE: drivers/net/nfp/nfp_trace.h:457: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #305: FILE: drivers/net/nfp/nfp_trace.h:476: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #318: FILE: drivers/net/nfp/nfp_trace.h:489: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #347: FILE: drivers/net/nfp/nfp_trace.h:518: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #374: FILE: drivers/net/nfp/nfp_trace.h:545: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #397: FILE: drivers/net/nfp/nfp_trace.h:568: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #420: FILE: drivers/net/nfp/nfp_trace.h:591: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #451: FILE: drivers/net/nfp/nfp_trace.h:622: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #474: FILE: drivers/net/nfp/nfp_trace.h:645: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #497: FILE: drivers/net/nfp/nfp_trace.h:668: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #521: FILE: drivers/net/nfp/nfp_trace.h:692: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #538: FILE: drivers/net/nfp/nfp_trace.h:709: +RTE_TRACE_POINT( WARNING:TYPO_SPELLING: 'SIZ' may be misspelled - perhaps 'SIZE'? #554: FILE: drivers/net/nfp/nfp_trace.h:725: + if (len_lw > sizeof(struct nfp_fl_act_mark) >> NFP_FL_LW_SIZ) { total: 0 errors, 3 warnings, 13 checks, 440 lines checked