aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-key.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2009-09-16 00:01:13 -0700
committerDavid S. Miller <davem@davemloft.net>2009-09-16 00:01:13 -0700
commit4e36a95e591e9c58dd10bb4103c00993917c27fd (patch)
treee97be725f4aca0084e148cb68bd99552a480b47e /net/rxrpc/ar-key.c
parentmlx4: Fix access to freed memory (diff)
downloadlinux-dev-4e36a95e591e9c58dd10bb4103c00993917c27fd.tar.xz
linux-dev-4e36a95e591e9c58dd10bb4103c00993917c27fd.zip
RxRPC: Use uX/sX rather than uintX_t/intX_t types
Use uX rather than uintX_t types for consistency. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/rxrpc/ar-key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-key.c b/net/rxrpc/ar-key.c
index 44836f6c9643..74697b200496 100644
--- a/net/rxrpc/ar-key.c
+++ b/net/rxrpc/ar-key.c
@@ -360,7 +360,7 @@ static int rxrpc_krb5_decode_tagged_array(struct krb5_tagged_data **_td,
/*
* extract a krb5 ticket
*/
-static int rxrpc_krb5_decode_ticket(u8 **_ticket, uint16_t *_tktlen,
+static int rxrpc_krb5_decode_ticket(u8 **_ticket, u16 *_tktlen,
const __be32 **_xdr, unsigned *_toklen)
{
const __be32 *xdr = *_xdr;