diff options
author | David Howells <dhowells@redhat.com> | 2016-03-04 16:56:19 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-03-04 16:56:19 +0100 |
commit | b4f1342f915201ee15ef6890857b5469879ee402 (patch) | |
tree | fe780ac48effa14cfe1c5dfdfc758da843f95212 /net/rxrpc/ar-error.c | |
parent | rxrpc: Be more selective about the types of received packets we accept (diff) | |
download | linux-b4f1342f915201ee15ef6890857b5469879ee402.tar.xz linux-b4f1342f915201ee15ef6890857b5469879ee402.zip |
rxrpc: Adjust some whitespace and comments
Remove some excess whitespace, insert some missing spaces and adjust a
couple of comments.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/ar-error.c')
-rw-r--r-- | net/rxrpc/ar-error.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rxrpc/ar-error.c b/net/rxrpc/ar-error.c index 3c47441c472b..5948191bf4eb 100644 --- a/net/rxrpc/ar-error.c +++ b/net/rxrpc/ar-error.c @@ -115,7 +115,6 @@ void rxrpc_UDP_error_report(struct sock *sk) /* pass the transport ref to error_handler to release */ skb_queue_tail(&trans->error_queue, skb); rxrpc_queue_work(&trans->error_handler); - _leave(""); } |