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 37104A00BE for ; Tue, 7 Jul 2020 11:28:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E75C71DC86; Tue, 7 Jul 2020 11:28:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 0592B1DC80; Tue, 7 Jul 2020 11:28:54 +0200 (CEST) In-Reply-To: <20200707092244.12791-4-hemant.agrawal@nxp.com> References: <20200707092244.12791-4-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20200707092854.0592B1DC80@dpdk.org> Date: Tue, 7 Jul 2020 11:28:54 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw73382 [PATCH v2 03/29] net/dpaa2: enable timestamp for Rx offload case as well 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/73382 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8) #76: FILE: drivers/net/dpaa2/dpaa2_ethdev.c:528: if (rx_offloads & DEV_RX_OFFLOAD_TIMESTAMP) [...] + dpaa2_enable_ts = true; total: 0 errors, 1 warnings, 0 checks, 11 lines checked