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 CCC4F42CA8 for ; Tue, 13 Jun 2023 12:21:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B96114161A; Tue, 13 Jun 2023 12:21:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 29375427F2 for ; Tue, 13 Jun 2023 12:21:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 24D681208D8; Tue, 13 Jun 2023 12:21:59 +0200 (CEST) Subject: |WARNING| pw128570 [PATCH v4 07/15] common/cnxk: add MACsec interrupt APIs In-Reply-To: <20230613102009.2390568-8-gakhil@marvell.com> References: <20230613102009.2390568-8-gakhil@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Akhil Goyal Message-Id: <20230613102159.24D681208D8@dpdk.org> Date: Tue, 13 Jun 2023 12:21:59 +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/128570 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #319: FILE: drivers/common/cnxk/roc_mcs.c:157: + TAILQ_FOREACH (cb, cb_list, next) { WARNING:SPACING: space prohibited between function name and open parenthesis '(' #372: FILE: drivers/common/cnxk/roc_mcs.c:210: + TAILQ_FOREACH (cb, cb_list, next) { WARNING:TYPO_SPELLING: 'ANs' may be misspelled - perhaps 'And'? #526: FILE: drivers/common/cnxk/roc_mcs.h:311: + * - Clear SA_IN_USE for active ANs in RX_SA_MAP_MEM. WARNING:TYPO_SPELLING: 'ANs' may be misspelled - perhaps 'And'? #528: FILE: drivers/common/cnxk/roc_mcs.h:313: + * - Reactivate SA_IN_USE for active ANs in RX_SA_MAP_MEM. total: 0 errors, 4 warnings, 482 lines checked