diff options
Diffstat (limited to 'net/tipc/bearer.c')
-rw-r--r-- | net/tipc/bearer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bearer.c b/net/tipc/bearer.c index 2d456ab0e843..a38c89969c68 100644 --- a/net/tipc/bearer.c +++ b/net/tipc/bearer.c | |||
@@ -473,7 +473,7 @@ void tipc_disable_l2_media(struct tipc_bearer *b) | |||
473 | /** | 473 | /** |
474 | * tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface | 474 | * tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface |
475 | * @buf: the packet to be sent | 475 | * @buf: the packet to be sent |
476 | * @b_ptr: the bearer throught which the packet is to be sent | 476 | * @b_ptr: the bearer through which the packet is to be sent |
477 | * @dest: peer destination address | 477 | * @dest: peer destination address |
478 | */ | 478 | */ |
479 | int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, | 479 | int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, |