Re: [dpdk-dev] [PATCH v2] ethdev: cleanup device ops struct whitespace

2016-12-22 Thread Thomas Monjalon
2016-12-22 11:53, Ferruh Yigit: > To make it easy to comment to latest struct, copy-paste here: > [With some extra notes] > > struct eth_dev_ops { > eth_dev_configure_tdev_configure; /**< Configure device. */ > eth_dev_start_tdev_start; /**< Start device. */ >

[dpdk-dev] [PATCH v2] ethdev: cleanup device ops struct whitespace

2016-12-22 Thread Ferruh Yigit
- Grouped related items using empty lines - Aligned arguments to same column - All item comments that doesn't fit same line are placed blow the item itself - Moved some comments to same line if overall line < 100 chars Signed-off-by: Ferruh Yigit --- - ! This patch has the problem of trashing