Re: [dpdk-dev] [PATCH 2/2] devargs: rename enum items with singular form

2018-10-09 Thread Andrew Rybchenko
On 10/3/18 10:40 PM, Thomas Monjalon wrote: The enum names are *_params (plural form). And the items are also using the plural form: *_PARAMS_*. It looks more natural to use the singular form *_PARAM_* for items. Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchenko

[dpdk-dev] [PATCH 2/2] devargs: rename enum items with singular form

2018-10-03 Thread Thomas Monjalon
The enum names are *_params (plural form). And the items are also using the plural form: *_PARAMS_*. It looks more natural to use the singular form *_PARAM_* for items. Signed-off-by: Thomas Monjalon --- drivers/bus/pci/pci_params.c | 10 +- drivers/bus/vdev/vdev_params.c| 4 ++