netdev: Change netdev_get_mtu() to return an error code.
[openvswitch] / CodingStyle
index 126b45a89b7cb9ccc021043a44718e36c672fcec..69df907a2367b6034b6686ce947531521b5eaf63 100644 (file)
@@ -168,7 +168,7 @@ prototype:
   Omit parameter names from function prototypes when the names do not
 give useful information, e.g.:
 
-    int netdev_get_mtu(const struct netdev *);
+    int netdev_get_mtu(const struct netdev *, int *mtup);
 
 
 STATEMENTS