diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:24:38 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:19:27 -0500 |
commit | c9eaf17341834de00351bf79f16b2d879c8aea96 (patch) | |
tree | d8b2005197444fa6b6bdf8e8c8fd6eaf2db9ecd7 /net/dccp/options.c | |
parent | 4ec93edb14fe5fdee9fae6335f2cbba204627eac (diff) |
[NET] DCCP: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/options.c')
-rw-r--r-- | net/dccp/options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dccp/options.c b/net/dccp/options.c index c03ba61eb6da..ca13f7731994 100644 --- a/net/dccp/options.c +++ b/net/dccp/options.c | |||
@@ -242,7 +242,7 @@ int dccp_parse_options(struct sock *sk, struct sk_buff *skb) | |||
242 | DCCP_CRIT("DCCP(%p): option %d(len=%d) not " | 242 | DCCP_CRIT("DCCP(%p): option %d(len=%d) not " |
243 | "implemented, ignoring", sk, opt, len); | 243 | "implemented, ignoring", sk, opt, len); |
244 | break; | 244 | break; |
245 | } | 245 | } |
246 | 246 | ||
247 | if (opt != DCCPO_MANDATORY) | 247 | if (opt != DCCPO_MANDATORY) |
248 | mandatory = 0; | 248 | mandatory = 0; |
@@ -442,7 +442,7 @@ static int dccp_insert_option_timestamp_echo(struct sock *sk, | |||
442 | } | 442 | } |
443 | 443 | ||
444 | static int dccp_insert_feat_opt(struct sk_buff *skb, u8 type, u8 feat, | 444 | static int dccp_insert_feat_opt(struct sk_buff *skb, u8 type, u8 feat, |
445 | u8 *val, u8 len) | 445 | u8 *val, u8 len) |
446 | { | 446 | { |
447 | u8 *to; | 447 | u8 *to; |
448 | 448 | ||