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:
Parthasarathy Bhuvaragan
2016-11-01 14:02:37 +01:00
committed by David S. Miller
parent cb5da847af
commit ba8aebe943
2 changed files with 11 additions and 9 deletions

View File

@@ -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;