projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d191274
)
rxrpc: Remove some whitespace.
author
David Howells
<dhowells@redhat.com>
Sat, 17 Sep 2016 09:49:11 +0000
(10:49 +0100)
committer
David Howells
<dhowells@redhat.com>
Sat, 17 Sep 2016 09:50:15 +0000
(10:50 +0100)
Remove a tab that's on a line that should otherwise be blank.
Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/call_event.c
patch
|
blob
|
blame
|
history
diff --git
a/net/rxrpc/call_event.c
b/net/rxrpc/call_event.c
index 61432049869bca1ec1e4608b93b882154a361b83..9367c3be31eb824312457922e832c86d3c682580 100644
(file)
--- 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) {