summaryrefslogtreecommitdiff
path: root/proto_ipv6_dest_opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto_ipv6_dest_opts.c')
0 files changed, 0 insertions, 0 deletions
tr> parent8d94aa381dab19f3c0f524f5d255248b0ae50125 (diff)
rxrpc: Fix returns of call completion helpers
rxrpc_set_call_completion() returns bool, not int, so the ret variable should match this. rxrpc_call_completed() and __rxrpc_call_completed() should return the value of rxrpc_set_call_completion(). Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net')
-rw-r--r--net/rxrpc/ar-internal.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h