summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_event.c
diff options
context:
space:
mode:
authorDavid Howells2016-09-17 11:49:11 +0200
committerDavid Howells2016-09-17 11:50:15 +0200
commitfabf9201806255d70386d8bc9f6a2942c0940da2 (patch)
treeec5cf78ef5eb18a1981b6a33b09de064e2f28315 /net/rxrpc/call_event.c
parentrxrpc: Make IPv6 support conditional on CONFIG_IPV6 (diff)
downloadkernel-qcow2-linux-fabf9201806255d70386d8bc9f6a2942c0940da2.tar.gz
kernel-qcow2-linux-fabf9201806255d70386d8bc9f6a2942c0940da2.tar.xz
kernel-qcow2-linux-fabf9201806255d70386d8bc9f6a2942c0940da2.zip
rxrpc: Remove some whitespace.
Remove a tab that's on a line that should otherwise be blank. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/call_event.c')
-rw-r--r--net/rxrpc/call_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/call_event.c b/net/rxrpc/call_event.c
index 61432049869b..9367c3be31eb 100644
--- a/net/rxrpc/call_event.c
+++ b/net/rxrpc/call_event.c
@@ -31,7 +31,7 @@ static void rxrpc_set_timer(struct rxrpc_call *call)
_enter("{%ld,%ld,%ld:%ld}",
call->ack_at - now, call->resend_at - now, call->expire_at - now,
call->timer.expires - now);
-
+
read_lock_bh(&call->state_lock);
if (call->state < RXRPC_CALL_COMPLETE) {