datapath/vport: Remove an invalid comment
authorAaron Conole <aconole@redhat.com>
Tue, 24 Nov 2015 20:28:35 +0000 (15:28 -0500)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 21 Dec 2015 23:05:15 +0000 (15:05 -0800)
commit554c64b092505fdcf058cda24886b538558c5eae
treed2321e66d0604f204d818d6d4665bc102589d719
parent19c64e8691ab643cc9ce4c612895b7b7a4196324
datapath/vport: Remove an invalid comment

Commit 3544358aa596 ("datapath: Improve kernel hash table") removed the
failure condition of ovs_vport_del by switching away from a custom
hashtable which allocated a new bucket, to an hlist with flexible-array
buckets. The function stopped returning failure code at that point, so
remove the misleading comment.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/vport.c