datapath: Correct comment for vport_add().
authorJustin Pettit <jpettit@nicira.com>
Thu, 18 Aug 2011 16:57:23 +0000 (09:57 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 19 Aug 2011 00:18:09 +0000 (17:18 -0700)
commit91dbd46c6942854ab24f6f0e54dd76d676158760
treeed483f2d321f8d9826ab5a0c76153b26ce997d41
parentfac2e5163cb349ec33d8d2bdda2e73f35e50d4d5
datapath: Correct comment for vport_add().

The comment describing vport_add() incorrectly stated that the function
added the vport to the datapath.  It is the responsibility of the caller
to do that.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
datapath/vport.c