From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9F98310D69; Thu, 22 Dec 2016 14:10:21 +0100 (CET) In-Reply-To: <20161222131013.28516-1-ferruh.yigit@intel.com> References: <20161222131013.28516-1-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20161222131021.9F98310D69@dpdk.org> Date: Thu, 22 Dec 2016 14:10:21 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18436 [PATCH v3] 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 13:10:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18436 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 90 characters #252: FILE: lib/librte_ether/rte_ethdev.h:1465: + vlan_pvid_set_t vlan_pvid_set; /**< Set port based TX VLAN insertion. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #262: FILE: lib/librte_ether/rte_ethdev.h:1475: + eth_rx_enable_intr_t rx_queue_intr_enable; /**< Enable Rx queue interrupt. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #263: FILE: lib/librte_ether/rte_ethdev.h:1476: + eth_rx_disable_intr_t rx_queue_intr_disable; /**< Disable Rx queue interrupt. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #304: FILE: lib/librte_ether/rte_ethdev.h:1485: + priority_flow_ctrl_set_t priority_flow_ctrl_set; /**< Setup priority flow control. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #307: FILE: lib/librte_ether/rte_ethdev.h:1488: + eth_uc_all_hash_table_set_t uc_all_hash_table_set; /**< Set Unicast hash bitmap. */ WARNING:LONG_LINE_COMMENT: line over 90 characters #328: FILE: lib/librte_ether/rte_ethdev.h:1509: + rss_hash_conf_get_t rss_hash_conf_get; /** Get current RSS hash configuration. */ total: 0 errors, 6 warnings, 205 lines checked