X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnetdev-linux.c;h=3ccd6be93bd768fbe19a0b4ea03d38658b4ec913;hb=7671589afbe5e7ff8a7f2e730ed077416e419fa8;hp=73247030d9b66c5b016a20aa58c586f20e903d49;hpb=9af9e2e8cff919c6053d862703ac228ce1a15bdd;p=sliver-openvswitch.git diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index 73247030d..3ccd6be93 100644 --- a/lib/netdev-linux.c +++ b/lib/netdev-linux.c @@ -720,8 +720,7 @@ netdev_linux_get_stats(const struct netdev *netdev_, struct netdev_stats *stats) /* Stores the features supported by 'netdev' into each of '*current', * '*advertised', '*supported', and '*peer' that are non-null. Each value is a * bitmap of "enum ofp_port_features" bits, in host byte order. Returns 0 if - * successful, otherwise a positive errno value. On failure, all of the - * passed-in values are set to 0. */ + * successful, otherwise a positive errno value. */ static int netdev_linux_get_features(struct netdev *netdev, uint32_t *current, uint32_t *advertised,