netdev: Make naming more consistent
authorJoe Stringer <joestringer@nicira.com>
Fri, 8 Nov 2013 17:41:19 +0000 (09:41 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Nov 2013 16:00:12 +0000 (08:00 -0800)
commit89eb6a431384be0145b4539a5c90ed3f9eb829ca
treefe1f0121cdce063926fdacce6d25c3a6aebd6e7d
parent484c8355ded7682e2a722eb7da8782b9f9b576c5
netdev: Make naming more consistent

netdev-dummy and netdev-vport use the function name netdev_poll_notify()
for the same purpose as netdev-linux/bsd's netdev_*_changed(). This patch
changes the former two to be more consistent with the linux/bsd naming
scheme.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/netdev-dummy.c
lib/netdev-vport.c