aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r--net/tipc/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h
index 5cf76a4f28e4..88a2ee03bb2a 100644
--- a/net/tipc/msg.h
+++ b/net/tipc/msg.h
@@ -85,7 +85,7 @@ static inline u32 msg_version(struct tipc_msg *m)
85 85
86static inline void msg_set_version(struct tipc_msg *m) 86static inline void msg_set_version(struct tipc_msg *m)
87{ 87{
88 msg_set_bits(m, 0, 29, 0xf, TIPC_VERSION); 88 msg_set_bits(m, 0, 29, 7, TIPC_VERSION);
89} 89}
90 90
91static inline u32 msg_user(struct tipc_msg *m) 91static inline u32 msg_user(struct tipc_msg *m)