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

2016-12-22 Thread Thomas Monjalon
2016-12-08 13:59, Ferruh Yigit: > - Grouped related items using empty lines I have few comments below. [...] > + > eth_dev_infos_get_tdev_infos_get; /**< Get device info. */ > eth_dev_supported_ptypes_get_t dev_supported_ptypes_get; > - /**< Get packet types supported and

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

2016-12-08 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