From 64c5b372065a952227d0d1ec8bb6e5bdf5218eee Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Fri, 3 Jun 2011 11:51:21 +0000 Subject: [PATCH] --- yaml --- r: 255343 b: refs/heads/master c: e3cc055c18ab575291acf0af7622a2e97c4728fa h: refs/heads/master i: 255341: e7af118b7d1670632b672473232588d340b84c8d 255339: 025ea30a3dcc692b9ae429f32acccf0dbce98635 255335: 6d3a471cb5e5507e61f921ae5e4dfe37d1e59e83 255327: 2b75d66e8cf6b029fc4d58d03e91c80bc88d1b3f v: v3 --- [refs] | 2 +- trunk/include/net/sctp/sctp.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. */