]> 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)
commit61f2027d34756c560e413398cb16e7da19b5d689
tree2ccca51c6f237bb827b7a4b2dba18aa2fe994a2e
parent6ca1c733cf619e4850de41e054e68f54ec6ce7f8
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