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 33CE4A0A0C for ; Sat, 19 Jun 2021 13:04:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 303AC41109; Sat, 19 Jun 2021 13:04:44 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DCD6F40E64 for ; Sat, 19 Jun 2021 13:04:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D5B52122E3A; Sat, 19 Jun 2021 13:04:42 +0200 (CEST) In-Reply-To: <20210619110154.10301-13-pbhagavatula@marvell.com> References: <20210619110154.10301-13-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20210619110442.D5B52122E3A@dpdk.org> Date: Sat, 19 Jun 2021 13:04:42 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94553 [PATCH v2 13/13] event/cnxk: add Tx event vector fastpath 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/94553 _coding style issues_ WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #141: FILE: drivers/common/cnxk/roc_sso.h:54: + " ldr %[tag], [%[tag_op]] " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #142: FILE: drivers/common/cnxk/roc_sso.h:55: + " tbnz %[tag], 35, done%= " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #143: FILE: drivers/common/cnxk/roc_sso.h:56: + " sevl " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #144: FILE: drivers/common/cnxk/roc_sso.h:57: + "rty%=: wfe " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #145: FILE: drivers/common/cnxk/roc_sso.h:58: + " ldr %[tag], [%[tag_op]] " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #146: FILE: drivers/common/cnxk/roc_sso.h:59: + " tbz %[tag], 35, rty%= " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #147: FILE: drivers/common/cnxk/roc_sso.h:60: + "done%=: " total: 0 errors, 7 warnings, 0 checks, 400 lines checked --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst