diff options
Diffstat (limited to 'net/tipc/discover.c')
-rw-r--r-- | net/tipc/discover.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/discover.c b/net/tipc/discover.c index 412ff41b8611..fa94da6db3d4 100644 --- a/net/tipc/discover.c +++ b/net/tipc/discover.c | |||
@@ -110,11 +110,11 @@ static void disc_dupl_alert(struct tipc_bearer *b_ptr, u32 node_addr, | |||
110 | } | 110 | } |
111 | 111 | ||
112 | /** | 112 | /** |
113 | * tipc_disc_recv_msg - handle incoming link setup message (request or response) | 113 | * tipc_disc_rcv - handle incoming link setup message (request or response) |
114 | * @buf: buffer containing message | 114 | * @buf: buffer containing message |
115 | * @b_ptr: bearer that message arrived on | 115 | * @b_ptr: bearer that message arrived on |
116 | */ | 116 | */ |
117 | void tipc_disc_recv_msg(struct sk_buff *buf, struct tipc_bearer *b_ptr) | 117 | void tipc_disc_rcv(struct sk_buff *buf, struct tipc_bearer *b_ptr) |
118 | { | 118 | { |
119 | struct tipc_node *n_ptr; | 119 | struct tipc_node *n_ptr; |
120 | struct tipc_link *link; | 120 | struct tipc_link *link; |