diff options
author | David Howells <dhowells@redhat.com> | 2016-04-04 14:00:32 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-06-15 10:14:37 +0100 |
commit | abe89ef0ed1a50ef6186d9aee433b995641a1293 (patch) | |
tree | 2f352ccd254938b8488b2f2c529a4ec9a4884c4e /net/rxrpc/peer_event.c | |
parent | be6e6707f6eec2048d9be608bc0ceecde5bd4cef (diff) | |
download | linux-abe89ef0ed1a50ef6186d9aee433b995641a1293.tar.gz linux-abe89ef0ed1a50ef6186d9aee433b995641a1293.tar.bz2 linux-abe89ef0ed1a50ef6186d9aee433b995641a1293.zip |
rxrpc: Rename rxrpc_UDP_error_report() to rxrpc_error_report()
Rename rxrpc_UDP_error_report() to rxrpc_error_report() as it might get
called for something other than UDP.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/peer_event.c')
-rw-r--r-- | net/rxrpc/peer_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/peer_event.c b/net/rxrpc/peer_event.c index 24f5ec0fcd20..2c2df3a5d1b9 100644 --- a/net/rxrpc/peer_event.c +++ b/net/rxrpc/peer_event.c @@ -74,7 +74,7 @@ static struct rxrpc_peer *rxrpc_lookup_peer_icmp_rcu(struct rxrpc_local *local, /* * handle an error received on the local endpoint */ -void rxrpc_UDP_error_report(struct sock *sk) +void rxrpc_error_report(struct sock *sk) { struct sock_exterr_skb *serr; struct rxrpc_transport *trans; |