net/rxrpc trivial annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro
2008-03-29 03:08:38 +00:00
committed by Linus Torvalds
parent 74dbf719ed
commit 91e916cffe
2 changed files with 16 additions and 13 deletions

View File

@@ -23,7 +23,7 @@
struct rxrpc_crypt {
union {
u8 x[FCRYPT_BSIZE];
u32 n[2];
__be32 n[2];
};
} __attribute__((aligned(8)));