[TIPC]: endianness annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro
2006-11-08 00:19:09 -08:00
committed by David S. Miller
parent d54a81d341
commit 3e6c8cd566
7 changed files with 38 additions and 52 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
#ifdef __KERNEL__
struct tipc_msg {
u32 hdr[15];
__be32 hdr[15];
};