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 0B052455C0 for ; Mon, 8 Jul 2024 04:47:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04F1840B9E; Mon, 8 Jul 2024 04:47:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EABFB40B9E for ; Mon, 8 Jul 2024 04:47:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BFD4F128144; Mon, 8 Jul 2024 04:47:15 +0200 (CEST) Subject: |WARNING| pw142191 [PATCH v2 7/7] net/nfp: add trace point about flow rule action In-Reply-To: <20240708024543.77126-8-chaoyong.he@corigine.com> References: <20240708024543.77126-8-chaoyong.he@corigine.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chaoyong He Message-Id: <20240708024715.BFD4F128144@dpdk.org> Date: Mon, 8 Jul 2024 04:47:15 +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/142191 _coding style issues_ WARNING:TYPO_SPELLING: 'SIZ' may be misspelled - perhaps 'SIZE'? #185: 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'? #207: 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 '(' #268: FILE: drivers/net/nfp/nfp_trace.h:438: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #287: FILE: drivers/net/nfp/nfp_trace.h:457: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #306: FILE: drivers/net/nfp/nfp_trace.h:476: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #319: FILE: drivers/net/nfp/nfp_trace.h:489: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #348: FILE: drivers/net/nfp/nfp_trace.h:518: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #375: FILE: drivers/net/nfp/nfp_trace.h:545: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #398: FILE: drivers/net/nfp/nfp_trace.h:568: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #421: FILE: drivers/net/nfp/nfp_trace.h:591: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #452: FILE: drivers/net/nfp/nfp_trace.h:622: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #475: FILE: drivers/net/nfp/nfp_trace.h:645: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #498: FILE: drivers/net/nfp/nfp_trace.h:668: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #522: FILE: drivers/net/nfp/nfp_trace.h:692: +RTE_TRACE_POINT( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #539: FILE: drivers/net/nfp/nfp_trace.h:709: +RTE_TRACE_POINT( WARNING:TYPO_SPELLING: 'SIZ' may be misspelled - perhaps 'SIZE'? #555: 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