X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fdccp%2Ffeat.h;h=177f7dee4d101bf3a5963b0cd61d03cc1c605552;hb=fe6aa301c747e0eca140428426e065657b6ab412;hp=2c373ad7edcf297ea2404db9bf9c81d55aaf34c3;hpb=ff51a98799931256b555446b2f5675db08de6229;p=linux-2.6-omap-h63xx.git diff --git a/net/dccp/feat.h b/net/dccp/feat.h index 2c373ad7edc..177f7dee4d1 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) */