From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C8DC57CC5; Wed, 21 Jun 2017 13:07:22 +0200 (CEST) In-Reply-To: <20170621110651.75299-5-ferruh.yigit@intel.com> References: <20170621110651.75299-5-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20170621110722.C8DC57CC5@dpdk.org> Date: Wed, 21 Jun 2017 13:07:22 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25549 [PATCH v8 4/4] ethdev: add control interface support 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: Wed, 21 Jun 2017 11:07:23 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25549 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #74: FILE: lib/librte_ether/rte_ethdev_pci.h:44: +#define rte_eth_control_interface_create_one(port_id) do { } while(0) ERROR:SPACING: space required before the open parenthesis '(' #75: FILE: lib/librte_ether/rte_ethdev_pci.h:45: +#define rte_eth_control_interface_destroy_one(port_id) do { } while(0) total: 2 errors, 0 warnings, 34 lines checked