linux/net/rxrpc
David Howells e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
Convert instances of ERR_PTR(PTR_ERR(p)) to ERR_CAST(p) using:

perl -spi -e 's/ERR_PTR[(]PTR_ERR[(](.*)[)][)]/ERR_CAST(\1)/' `grep -rl 'ERR_PTR[(]*PTR_ERR' fs crypto net security`

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-07 08:42:26 -08:00
..
Kconfig
Makefile
af_rxrpc.c Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 2008-02-07 08:42:26 -08:00
ar-accept.c
ar-ack.c
ar-call.c [AF_RXRPC]: constify function pointer tables 2008-01-31 19:27:18 -08:00
ar-connection.c
ar-connevent.c
ar-error.c
ar-input.c
ar-internal.h [AF_RXRPC]: constify function pointer tables 2008-01-31 19:27:18 -08:00
ar-key.c
ar-local.c
ar-output.c
ar-peer.c [NETNS]: Add namespace parameter to ip_route_output_key. 2008-01-28 15:11:07 -08:00
ar-proc.c [AF_RXRPC]: constify function pointer tables 2008-01-31 19:27:18 -08:00
ar-recvmsg.c
ar-security.c
ar-skbuff.c
ar-transport.c
rxkad.c