tipc: rename struct tipc_skb_cb member handle to bytes_read
In this commit, we rename handle to bytes_read indicating the purpose of the member. Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
cb5da847af
commit
ba8aebe943
@@ -95,7 +95,7 @@ struct plist;
|
||||
#define TIPC_MEDIA_INFO_OFFSET 5
|
||||
|
||||
struct tipc_skb_cb {
|
||||
void *handle;
|
||||
u32 bytes_read;
|
||||
struct sk_buff *tail;
|
||||
bool validated;
|
||||
bool wakeup_pending;
|
||||
|
Reference in New Issue
Block a user