diff options
author | David Howells <dhowells@redhat.com> | 2016-09-17 05:49:11 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-09-17 05:50:15 -0400 |
commit | fabf9201806255d70386d8bc9f6a2942c0940da2 (patch) | |
tree | ec5cf78ef5eb18a1981b6a33b09de064e2f28315 | |
parent | d19127473a575c629c70974cee0bb8acb6374f08 (diff) |
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>
-rw-r--r-- | net/rxrpc/call_event.c | 2 |
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) | |||
31 | _enter("{%ld,%ld,%ld:%ld}", | 31 | _enter("{%ld,%ld,%ld:%ld}", |
32 | call->ack_at - now, call->resend_at - now, call->expire_at - now, | 32 | call->ack_at - now, call->resend_at - now, call->expire_at - now, |
33 | call->timer.expires - now); | 33 | call->timer.expires - now); |
34 | 34 | ||
35 | read_lock_bh(&call->state_lock); | 35 | read_lock_bh(&call->state_lock); |
36 | 36 | ||
37 | if (call->state < RXRPC_CALL_COMPLETE) { | 37 | if (call->state < RXRPC_CALL_COMPLETE) { |