summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
diff options
context:
space:
mode:
authorFlorian Westphal2007-08-03 04:28:06 +0200
committerDavid S. Miller2007-08-03 04:42:31 +0200
commitd788d8056fd913defa48bd94f18dc53de98cd7a6 (patch)
tree139588307f7706579c39541343f8fb77af895b35 /net/tipc/link.c
parent[TIPC]: Make function tipc_nameseq_subscribe static. (diff)
downloadkernel-qcow2-linux-d788d8056fd913defa48bd94f18dc53de98cd7a6.tar.gz
kernel-qcow2-linux-d788d8056fd913defa48bd94f18dc53de98cd7a6.tar.xz
kernel-qcow2-linux-d788d8056fd913defa48bd94f18dc53de98cd7a6.zip
[TIPC]: Fix two minor sparse warnings.
fix two warnings generated by sparse: link.c:2386 symbol 'msgcount' shadows an earlier one node.c:244 symbol 'addr_string' shadows an earlier one Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r--net/tipc/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 1d674e0848fa..1b17fecee747 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -2383,10 +2383,10 @@ void tipc_link_changeover(struct link *l_ptr)
struct tipc_msg *msg = buf_msg(crs);
if ((msg_user(msg) == MSG_BUNDLER) && split_bundles) {
- u32 msgcount = msg_msgcnt(msg);
struct tipc_msg *m = msg_get_wrapped(msg);
unchar* pos = (unchar*)m;
+ msgcount = msg_msgcnt(msg);
while (msgcount--) {
msg_set_seqno(m,msg_seqno(msg));
tipc_link_tunnel(l_ptr, &tunnel_hdr, m,