diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-26 12:33:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 14:11:56 -0400 |
commit | 582ee43dad8e411513a74f2d801255dcffc6d29e (patch) | |
tree | bf822fd3dd9b889531134c7004e9f42b134485f1 /net/rxrpc | |
parent | 704eae1f32274c0435f7f3924077afdb811edd1d (diff) |
net/* misc endianness annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/rxrpc')
-rw-r--r-- | net/rxrpc/ar-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-connection.c b/net/rxrpc/ar-connection.c index 372b24466dc7..d6667f7bc85e 100644 --- a/net/rxrpc/ar-connection.c +++ b/net/rxrpc/ar-connection.c | |||
@@ -71,7 +71,7 @@ struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *rx, | |||
71 | struct rb_node *p, *parent, **pp; | 71 | struct rb_node *p, *parent, **pp; |
72 | 72 | ||
73 | _enter("%p{%x},%x,%hx,", | 73 | _enter("%p{%x},%x,%hx,", |
74 | rx, key_serial(key), trans->debug_id, ntohl(service_id)); | 74 | rx, key_serial(key), trans->debug_id, ntohs(service_id)); |
75 | 75 | ||
76 | if (rx->trans == trans && rx->bundle) { | 76 | if (rx->trans == trans && rx->bundle) { |
77 | atomic_inc(&rx->bundle->usage); | 77 | atomic_inc(&rx->bundle->usage); |