devargs: rename enum items with singular form
authorThomas Monjalon <thomas@monjalon.net>
Wed, 3 Oct 2018 12:55:11 +0000 (14:55 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 11 Oct 2018 11:57:29 +0000 (13:57 +0200)
commit3f7a40c67002cc40c29f285a46fdc81704dbb7c2
treefd516957b670f2b2e3a1312b8ec2102bb0fbe25b
parent4e7a69c9d905647c48cd893bde370d8a5dc84498
devargs: rename enum items with singular form

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 <thomas@monjalon.net>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/bus/pci/pci_params.c
drivers/bus/vdev/vdev_params.c
lib/librte_ethdev/rte_class_eth.c