X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fvport.c;h=1ac6f18397397384dce938b79769d928fbe69e0a;hb=91dbd46c6942854ab24f6f0e54dd76d676158760;hp=8ef96f73e1fc6ea7e77cb1881d5617e0be93ab85;hpb=fac2e5163cb349ec33d8d2bdda2e73f35e50d4d5;p=openvswitch diff --git a/datapath/vport.c b/datapath/vport.c index 8ef96f73..1ac6f183 100644 --- a/datapath/vport.c +++ b/datapath/vport.c @@ -221,7 +221,7 @@ void vport_free(struct vport *vport) * @parms: Information about new vport. * * Creates a new vport with the specified configuration (which is dependent on - * device type) and attaches it to a datapath. RTNL lock must be held. + * device type). RTNL lock must be held. */ struct vport *vport_add(const struct vport_parms *parms) {