]> git.proxmox.com Git - ovs.git/commit
netdev-dpdk: Fix variables naming in set_admin_state function.
authorIlya Maximets <i.maximets@samsung.com>
Thu, 23 Nov 2017 13:48:25 +0000 (16:48 +0300)
committerIan Stokes <ian.stokes@intel.com>
Fri, 8 Dec 2017 21:42:54 +0000 (21:42 +0000)
commit3d0d5ab1532f147e829983fa1f3bb427ce64cf64
tree3ffee7edd487c2dc960ca3694800bfc18215db9c
parent65d9759c4fc433dbda89ad3d7225c1f5eac274ca
netdev-dpdk: Fix variables naming in set_admin_state function.

Function 'netdev_dpdk_set_admin_state()' was missed while fixing
variables naming according to the following convention:

    'struct netdev':'netdev'
    'struct netdev_dpdk':'dev'
    'struct netdev_rxq':'rxq'
    'struct netdev_rxq_dpdk':'rx'

Fixes: d46285a2206f ("netdev-dpdk: Consistent variable naming.")
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ian Stokess <ian.stokes@intel.com>
lib/netdev-dpdk.c