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 EB575A00C5 for ; Tue, 2 Aug 2022 21:13:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2277842B80; Tue, 2 Aug 2022 21:13:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2CD5840141 for ; Tue, 2 Aug 2022 21:13:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1B8AA120765; Tue, 2 Aug 2022 21:13:48 +0200 (CEST) Subject: |WARNING| pw114546 [dpdk-kmods] windows/netuio: fix bar parsing In-Reply-To: <20220802191058.1779-1-pallavi.kadam@intel.com> References: <20220802191058.1779-1-pallavi.kadam@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Pallavi Kadam Message-Id: <20220802191348.1B8AA120765@dpdk.org> Date: Tue, 2 Aug 2022 21:13:48 +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/114546 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #88: FILE: windows/netuio/netuio_dev.c:175: + BOOLEAN bar_done = FALSE;$ ERROR:CODE_INDENT: code indent should use tabs where possible #97: FILE: windows/netuio/netuio_dev.c:201: + if (curr_bar == 0 || ((prev_bar & PCI_TYPE_64BIT) && (bar_done))) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #97: FILE: windows/netuio/netuio_dev.c:201: + if (curr_bar == 0 || ((prev_bar & PCI_TYPE_64BIT) && (bar_done))) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #97: FILE: windows/netuio/netuio_dev.c:201: + if (curr_bar == 0 || ((prev_bar & PCI_TYPE_64BIT) && (bar_done))) { + bar_done = FALSE; ERROR:CODE_INDENT: code indent should use tabs where possible #98: FILE: windows/netuio/netuio_dev.c:202: + bar_done = FALSE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #98: FILE: windows/netuio/netuio_dev.c:202: + bar_done = FALSE;$ ERROR:CODE_INDENT: code indent should use tabs where possible #106: FILE: windows/netuio/netuio_dev.c:224: + bar_done = TRUE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #106: FILE: windows/netuio/netuio_dev.c:224: + bar_done = TRUE;$ total: 3 errors, 5 warnings, 23 lines checked