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 3F860A04F1 for ; Thu, 18 Jun 2020 23:17:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ED26D1BF70; Thu, 18 Jun 2020 23:17:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id DBD921BF31; Thu, 18 Jun 2020 23:17:53 +0200 (CEST) In-Reply-To: <20200618211546.24496-2-talshn@mellanox.com> References: <20200618211546.24496-2-talshn@mellanox.com> To: test-report@dpdk.org Cc: talshn@mellanox.com Message-Id: <20200618211753.DBD921BF31@dpdk.org> Date: Thu, 18 Jun 2020 23:17:53 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw71765 [PATCH v6 1/9] eal: move OS common functions to single file 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/71765 _coding style issues_ ERROR:INITIALISED_STATIC: do not initialise statics to NULL #109: FILE: lib/librte_eal/common/eal_common_config.c:26: +static rte_usage_hook_t rte_application_usage_hook = NULL; total: 1 errors, 0 warnings, 1522 lines checked