From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E6DCEA04C7 for ; Tue, 15 Sep 2020 20:57:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BCD8D1C10D; Tue, 15 Sep 2020 20:57:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 2E01D1C10E; Tue, 15 Sep 2020 20:57:23 +0200 (CEST) In-Reply-To: <1600196207-31258-1-git-send-email-hkalra@marvell.com> References: <1600196207-31258-1-git-send-email-hkalra@marvell.com> To: test-report@dpdk.org Cc: Harman Kalra Message-Id: <20200915185723.2E01D1C10E@dpdk.org> Date: Tue, 15 Sep 2020 20:57:23 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77781 [PATCH 1/4] event/octeontx2: add switch tag flush op X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/77781 _coding style issues_ WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #214: FILE: drivers/event/octeontx2/otx2_worker.h:210: + asm volatile(" ldr %[swtb], [%[swtp_loc]] " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #215: FILE: drivers/event/octeontx2/otx2_worker.h:211: + " tbz %[swtb], 62, done%= " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #216: FILE: drivers/event/octeontx2/otx2_worker.h:212: + " sevl " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #217: FILE: drivers/event/octeontx2/otx2_worker.h:213: + "rty%=: wfe " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #218: FILE: drivers/event/octeontx2/otx2_worker.h:214: + " ldr %[swtb], [%[swtp_loc]] " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #219: FILE: drivers/event/octeontx2/otx2_worker.h:215: + " tbnz %[swtb], 62, rty%= " WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #220: FILE: drivers/event/octeontx2/otx2_worker.h:216: + "done%=: " total: 0 errors, 7 warnings, 79 lines checked