From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8DDA07CC3; Sun, 3 Sep 2017 17:50:18 +0200 (CEST) In-Reply-To: <1504453785-15735-3-git-send-email-jia.guo@intel.com> References: <1504453785-15735-3-git-send-email-jia.guo@intel.com> To: test-report@dpdk.org Cc: Guo Jia Message-Id: <20170903155018.8DDA07CC3@dpdk.org> Date: Sun, 3 Sep 2017 17:50:18 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28311 [PATCH v4 2/2] app/testpmd: use uevent to monitor hot removal 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: Sun, 03 Sep 2017 15:50:18 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28311 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #56: FILE: app/test-pmd/testpmd.c:1559: + diag = rte_eal_uev_callback_register(&port->dev_info.pci_dev->device,uevent_type, ERROR:SPACING: space required after that ',' (ctx:VxV) #56: FILE: app/test-pmd/testpmd.c:1559: + diag = rte_eal_uev_callback_register(&port->dev_info.pci_dev->device,uevent_type, ^ total: 1 errors, 1 warnings, 92 lines checked