commit | c9eaf17341834de00351bf79f16b2d879c8aea96 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Fri Feb 09 23:24:38 2007 +0900 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Feb 10 23:19:27 2007 -0800 |
tree | d8b2005197444fa6b6bdf8e8c8fd6eaf2db9ecd7 | |
parent | 4ec93edb14fe5fdee9fae6335f2cbba204627eac [diff] [blame] |
[NET] DCCP: Fix whitespace errors. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/dccp/feat.h b/net/dccp/feat.h index 2c373ad..177f7de 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h
@@ -30,7 +30,7 @@ { 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) */