aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
diff options
context:
space:
mode:
authorJon Paul Maloy <jon.maloy@ericsson.com>2015-11-19 14:30:47 -0500
committerDavid S. Miller <davem@davemloft.net>2015-11-20 14:06:10 -0500
commit1a90632da8c17a27e0c93538ee987764adee43a5 (patch)
tree5f8006781ad005be1e5592811d211b6b21425abd /net/tipc/link.c
parent38206d5939068415c413ac253be6f364d06e672f (diff)
tipc: eliminate remnants of hungarian notation
The number of variables with Hungarian notation (l_ptr, n_ptr etc.) has been significantly reduced over the last couple of years. We now root out the last traces of this practice. There are no functional changes in this commit. Reviewed-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r--net/tipc/link.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 4380eb119796..b11afe71dfc1 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -245,7 +245,7 @@ static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb,
245static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, 245static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
246 u16 rcvgap, int tolerance, int priority, 246 u16 rcvgap, int tolerance, int priority,
247 struct sk_buff_head *xmitq); 247 struct sk_buff_head *xmitq);
248static void link_print(struct tipc_link *l_ptr, const char *str); 248static void link_print(struct tipc_link *l, const char *str);
249static void tipc_link_build_nack_msg(struct tipc_link *l, 249static void tipc_link_build_nack_msg(struct tipc_link *l,
250 struct sk_buff_head *xmitq); 250 struct sk_buff_head *xmitq);
251static void tipc_link_build_bc_init_msg(struct tipc_link *l, 251static void tipc_link_build_bc_init_msg(struct tipc_link *l,
@@ -1707,7 +1707,7 @@ void tipc_link_set_queue_limits(struct tipc_link *l, u32 win)
1707 1707
1708/** 1708/**
1709 * link_reset_stats - reset link statistics 1709 * link_reset_stats - reset link statistics
1710 * @l_ptr: pointer to link 1710 * @l: pointer to link
1711 */ 1711 */
1712void tipc_link_reset_stats(struct tipc_link *l) 1712void tipc_link_reset_stats(struct tipc_link *l)
1713{ 1713{