Sicne rte_eth_dev and rte_eth_dev_data structures are just moved right now is a good chance to make a cleanup. Moreover ethdev is or will be shuffled a lot in the release, so do cleanup in all files.
Maybe at least some fixes from below could be accepted. Spelling is fixed in log messages as well. Hopefully it isn ot a problem, but let me know if I'm wrong and I'll avoid it in the next version. Since changes are cosmetic no Fixes tags and no backporting to stable. v3: - fix EEPROM spelling - cleanup full stop in structure fields documentation in entire ethdev_driver.h - do more in the first patch which moves documentation to avoid long lines and apply some cosmeic fixes on the way when line is moved to avoid changes in next patches Andrew Rybchenko (10): ethdev: avoid documentation in next lines ethdev: fix Rx/Tx spelling ethdev: fix Ethernet spelling ethdev: fix DCB and VMDq spelling ethdev: fix VLAN spelling including VLAN ID case ethdev: fix ID spelling in comments and log messages ethdev: fix EEPROM spelling ethdev: remove reserved fields from internal structures ethdev: make device and data structures readable ethdev: remove full stop after short comments and references lib/ethdev/ethdev_driver.h | 575 +++++++++++++++++++---------------- lib/ethdev/ethdev_pci.h | 2 +- lib/ethdev/ethdev_private.h | 2 +- lib/ethdev/ethdev_profile.c | 6 +- lib/ethdev/ethdev_vdev.h | 2 +- lib/ethdev/rte_class_eth.c | 2 +- lib/ethdev/rte_dev_info.h | 14 +- lib/ethdev/rte_eth_ctrl.h | 2 +- lib/ethdev/rte_ethdev.c | 66 ++-- lib/ethdev/rte_ethdev.h | 518 +++++++++++++++---------------- lib/ethdev/rte_ethdev_core.h | 20 +- lib/ethdev/rte_flow.h | 48 +-- lib/ethdev/rte_mtr_driver.h | 30 +- lib/ethdev/rte_tm.h | 14 +- 14 files changed, 677 insertions(+), 624 deletions(-) -- 2.30.2