X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fdccp%2Ffeat.h;h=177f7dee4d101bf3a5963b0cd61d03cc1c605552;hb=6936b17ea03f54525f01b12819d558ba52a86b46;hp=2c373ad7edcf297ea2404db9bf9c81d55aaf34c3;hpb=4c1ac1b49122b805adfa4efc620592f68dccf5db;p=linux-2.6 diff --git a/net/dccp/feat.h b/net/dccp/feat.h index 2c373ad7ed..177f7dee4d 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h @@ -30,7 +30,7 @@ static inline int dccp_feat_is_reserved(const u8 feat) { return (feat > DCCPF_DATA_CHECKSUM && feat < DCCPF_MIN_CCID_SPECIFIC) || - feat == DCCPF_RESERVED; + feat == DCCPF_RESERVED; } /* feature negotiation knows only these four option types (RFC 4340, sec. 6) */