From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C313CAA97; Mon, 26 Mar 2018 13:22:23 +0200 (CEST) In-Reply-To: <1522063256-3997-5-git-send-email-jia.guo@intel.com> References: <1522063256-3997-5-git-send-email-jia.guo@intel.com> To: test-report@dpdk.org Cc: Guo Jia Message-Id: <20180326112223.C313CAA97@dpdk.org> Date: Mon, 26 Mar 2018 13:22:23 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw36517 [PATCH V16 4/4] app/testpmd: enable device hotplug monitoring 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: , X-List-Received-Date: Mon, 26 Mar 2018 11:22:23 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/36517 _coding style issues_ ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0 #84: FILE: app/test-pmd/testpmd.c:289: +uint8_t hot_plug = 0; /**< hotplug disabled by default. */ total: 1 errors, 0 warnings, 320 lines checked