Re: [tipc-discussion] [net-next 1/1] tipc: rename function msg_get_wrapped() to msg_inner_hdr()

2019-06-25 Thread David Miller
From: Jon Maloy Date: Tue, 25 Jun 2019 19:37:00 +0200 > We rename the inline function msg_get_wrapped() to the more > comprehensible msg_inner_hdr(). > > Signed-off-by: Jon Maloy Applied, thanks Jon. ___ tipc-discussion mailing list

[tipc-discussion] [net-next 1/1] tipc: rename function msg_get_wrapped() to msg_inner_hdr()

2019-06-25 Thread Jon Maloy
We rename the inline function msg_get_wrapped() to the more comprehensible msg_inner_hdr(). Signed-off-by: Jon Maloy --- net/tipc/bcast.c | 4 ++-- net/tipc/link.c | 2 +- net/tipc/msg.h | 4 ++-- net/tipc/node.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git