rxrpc: Replace all unsigned with unsigned int
authorDavid Howells <dhowells@redhat.com>
Wed, 9 Mar 2016 23:22:56 +0000 (23:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 13 Mar 2016 19:14:57 +0000 (15:14 -0400)
commitdad8aff754247781514c9d38f6db89557685136d
tree59b4c7dec17b8b0714a9dd55910debf3f29ccc51
parent00e3d2ef184d005db4e14d64f5870d556183e638
rxrpc: Replace all unsigned with unsigned int

Replace all "unsigned" types with "unsigned int" types.

Reported-by: David Miller <davem@davemloft.net>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/af_rxrpc.c
net/rxrpc/ar-ack.c
net/rxrpc/ar-call.c
net/rxrpc/ar-connection.c
net/rxrpc/ar-internal.h
net/rxrpc/ar-output.c
net/rxrpc/ar-transport.c
net/rxrpc/sysctl.c
This page took 0.025532 seconds and 5 git commands to generate.