commit | 91e916cffec7c0153c5cbaa447151862a7a9a047 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Mar 29 03:08:38 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Mar 30 14:20:23 2008 -0700 |
tree | 99688e2f9fba662029cba930b4eae286ef8326d0 | |
parent | 74dbf719ed3c49687dab507967ebab9189e91ab0 [diff] [blame] |
net/rxrpc trivial annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h index 1aaa2e8..126ca77 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h
@@ -23,7 +23,7 @@ struct rxrpc_crypt { union { u8 x[FCRYPT_BSIZE]; - u32 n[2]; + __be32 n[2]; }; } __attribute__((aligned(8)));