diff options
| author | Andrew Lunn <[email protected]> | 2020-07-12 23:15:14 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-07-14 00:20:40 +0000 |
| commit | d8141208b032eaee0efeacaadf1734f65db73ac5 (patch) | |
| tree | 7ec6c9491084bd2a059f80f1168c23c61ada3354 /net/tipc/bearer.c | |
| parent | net: switchdev: kerneldoc fixes (diff) | |
| download | kernel-d8141208b032eaee0efeacaadf1734f65db73ac5.tar.gz kernel-d8141208b032eaee0efeacaadf1734f65db73ac5.zip | |
net: tipc: kerneldoc fixes
Simple fixes which require no deep knowledge of the code.
Cc: Jon Maloy <[email protected]>
Cc: Ying Xue <[email protected]>
Signed-off-by: Andrew Lunn <[email protected]>
Acked-by: Jon Maloy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
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 e366ec9a7e4d..808b147df7d5 100644 --- a/net/tipc/bearer.c +++ b/net/tipc/bearer.c @@ -595,7 +595,7 @@ void tipc_bearer_bc_xmit(struct net *net, u32 bearer_id, /** * tipc_l2_rcv_msg - handle incoming TIPC message from an interface - * @buf: the received packet + * @skb: the received message * @dev: the net device that the packet was received on * @pt: the packet_type structure which was used to register this handler * @orig_dev: the original receive net device in case the device is a bond |
