From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B17EF10D38; Thu, 22 Dec 2016 12:53:39 +0100 (CET) In-Reply-To: <20161222115330.7164-1-ferruh.yigit@intel.com> References: <20161222115330.7164-1-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20161222115339.B17EF10D38@dpdk.org> Date: Thu, 22 Dec 2016 12:53:39 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18425 [PATCH v2] ethdev: cleanup device ops struct whitespace 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: Thu, 22 Dec 2016 11:53:39 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18425 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 90 characters #238: FILE: lib/librte_ether/rte_ethdev.h:1459: + vlan_pvid_set_t vlan_pvid_set; /**< Set port based TX VLAN insertion. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #248: FILE: lib/librte_ether/rte_ethdev.h:1469: + eth_rx_enable_intr_t rx_queue_intr_enable; /**< Enable Rx queue interrupt. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #249: FILE: lib/librte_ether/rte_ethdev.h:1470: + eth_rx_disable_intr_t rx_queue_intr_disable; /**< Disable Rx queue interrupt. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #290: FILE: lib/librte_ether/rte_ethdev.h:1479: + priority_flow_ctrl_set_t priority_flow_ctrl_set; /**< Setup priority flow control. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #298: FILE: lib/librte_ether/rte_ethdev.h:1487: + eth_uc_all_hash_table_set_t uc_all_hash_table_set; /**< Set Unicast hash bitmap. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #315: FILE: lib/librte_ether/rte_ethdev.h:1504: + rss_hash_conf_get_t rss_hash_conf_get; /** Get current RSS hash configuration. */ total: 0 errors, 6 warnings, 200 lines checked