X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=CodingStyle;h=69df907a2367b6034b6686ce947531521b5eaf63;hb=fa60c01995566c3ec0f7a153aaafa6826128a23a;hp=126b45a89b7cb9ccc021043a44718e36c672fcec;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/CodingStyle b/CodingStyle index 126b45a8..69df907a 100644 --- a/CodingStyle +++ b/CodingStyle @@ -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