diff --git a/[refs] b/[refs] index b002de03d73c..3f4f724d4457 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6403eab143205a45a5493166ff8bf7e3646f4a77 +refs/heads/master: e3cc055c18ab575291acf0af7622a2e97c4728fa diff --git a/trunk/include/net/sctp/sctp.h b/trunk/include/net/sctp/sctp.h index f9fe374ac9f4..6a72a58cde59 100644 --- a/trunk/include/net/sctp/sctp.h +++ b/trunk/include/net/sctp/sctp.h @@ -601,7 +601,7 @@ static inline int ipver2af(__u8 ipver) return AF_INET6; default: return 0; - }; + } } /* Convert from an address parameter type to an address family. */ @@ -614,7 +614,7 @@ static inline int param_type2af(__be16 type) return AF_INET6; default: return 0; - }; + } } /* Perform some sanity checks. */