datapath: use vport instead of p
authorFabian Frederick <fabf@skynet.be>
Fri, 17 Oct 2014 13:25:20 +0000 (06:25 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 17 Oct 2014 21:51:26 +0000 (14:51 -0700)
commit6bb842f6982050120ee1aa9961b2ec8c45ef7dba
treee1fe14f98711c61734647b257e3a1d70d46f6d36
parent6cac056e1d3773ec38e5667da8fc677024248712
datapath: use vport instead of p

All functions used struct vport *vport except
ovs_vport_find_upcall_portid.

This fixes 1 kerneldoc warning

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
datapath/vport.c