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 8EF9BA0613 for ; Mon, 26 Aug 2019 22:45:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 76C181C0BF; Mon, 26 Aug 2019 22:45:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id ABCD51C0C3; Mon, 26 Aug 2019 22:45:35 +0200 (CEST) In-Reply-To: <156682676217.43940.3601940649943804836.stgit@jrharri1-skx> References: <156682676217.43940.3601940649943804836.stgit@jrharri1-skx> To: test-report@dpdk.org Cc: Jim Harris Message-Id: <20190826204535.ABCD51C0C3@dpdk.org> Date: Mon, 26 Aug 2019 22:45:35 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw57988 [PATCH v4] eal: use memzone to share tsc hz with secondary processes 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/57988 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #66: FILE: lib/librte_eal/common/eal_common_timer.c:88: + if (mz != NULL) { + freq = *(uint64_t *)mz->addr; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #82: FILE: lib/librte_eal/common/eal_common_timer.c:104: + if (mz != NULL) { + *(uint64_t *)mz->addr = freq; + } total: 0 errors, 2 warnings, 45 lines checked