diff options
author | Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com> | 2016-11-01 09:02:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-01 11:53:23 -0400 |
commit | ba8aebe9431a79c627214ddc782c3be9f2617e8d (patch) | |
tree | 7f45c657219c78bf69bf565cd6b6fcfde30db56e /net/tipc/msg.h | |
parent | cb5da847af4418f91d0e83fc91c2fcb1def5537d (diff) |
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>
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r-- | net/tipc/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 50a739860d37..8d408612ffa4 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h | |||
@@ -95,7 +95,7 @@ struct plist; | |||
95 | #define TIPC_MEDIA_INFO_OFFSET 5 | 95 | #define TIPC_MEDIA_INFO_OFFSET 5 |
96 | 96 | ||
97 | struct tipc_skb_cb { | 97 | struct tipc_skb_cb { |
98 | void *handle; | 98 | u32 bytes_read; |
99 | struct sk_buff *tail; | 99 | struct sk_buff *tail; |
100 | bool validated; | 100 | bool validated; |
101 | bool wakeup_pending; | 101 | bool wakeup_pending; |