diff options
author | sebastian@breakpoint.cc <sebastian@breakpoint.cc> | 2007-07-26 17:21:33 -0400 |
---|---|---|
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | 2007-08-01 11:19:06 -0400 |
commit | c86dabcf00f3ca167df59f3526a53b3da3ede2c8 (patch) | |
tree | 22b2adcfa53b6715b5e1362c722a747611d78abd /net/sctp/sm_make_chunk.c | |
parent | 0a5fcb9cf8e5c3fabaab1c20668f58fe85d7c70d (diff) |
sctp: remove shadowed symbols
Fixes the following sparse warnings:
net/sctp/sm_make_chunk.c:1457:9: warning: symbol 'len' shadows an earlier one
net/sctp/sm_make_chunk.c:1356:23: originally declared here
net/sctp/socket.c:1534:22: warning: symbol 'chunk' shadows an earlier one
net/sctp/socket.c:1387:20: originally declared here
Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Diffstat (limited to 'net/sctp/sm_make_chunk.c')
-rw-r--r-- | net/sctp/sm_make_chunk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c index ad02311dcd83..ba76ceca2a4e 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c | |||
@@ -1452,7 +1452,6 @@ no_hmac: | |||
1452 | do_gettimeofday(&tv); | 1452 | do_gettimeofday(&tv); |
1453 | 1453 | ||
1454 | if (!asoc && tv_lt(bear_cookie->expiration, tv)) { | 1454 | if (!asoc && tv_lt(bear_cookie->expiration, tv)) { |
1455 | __u16 len; | ||
1456 | /* | 1455 | /* |
1457 | * Section 3.3.10.3 Stale Cookie Error (3) | 1456 | * Section 3.3.10.3 Stale Cookie Error (3) |
1458 | * | 1457 | * |