]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: rename stack variables in function tipc_link_tunnel_rcv
authorJon Paul Maloy <jon.maloy@ericsson.com>
Thu, 13 Feb 2014 22:29:14 +0000 (17:29 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 22:57:06 +0000 (17:57 -0500)
commit06253b4ec8436794fb66ae7eef9a6c923ba6351f
tree2ccca51c6f237bb827b7a4b2dba18aa2fe994a2e
parent8daac2765508ce7c1b99ff289a772b836d1ddd73
tipc: rename stack variables in function tipc_link_tunnel_rcv

After the previous redesign of the tunnel reception algorithm and
functions, we finalize it by renaming a couple of stack variables
in tipc_tunnel_rcv(). This makes it more consistent with the naming
scheme elsewhere in this part of the code.

This change is purely cosmetic, with no functional changes.

Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/link.c