diff options
author | David Howells <dhowells@redhat.com> | 2017-11-29 14:25:50 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2017-11-29 14:40:41 +0000 |
commit | 3d7682af228fd78dc46bc6bf40e0268ad04521ec (patch) | |
tree | d0931496825884be92d1b1d54bd5bc699290a36e /net/rxrpc/input.c | |
parent | d51aae68b142f48232257e96ce317db25445418d (diff) | |
download | talos-op-linux-3d7682af228fd78dc46bc6bf40e0268ad04521ec.tar.gz talos-op-linux-3d7682af228fd78dc46bc6bf40e0268ad04521ec.zip |
rxrpc: Clean up whitespace
Clean up some whitespace from rxrpc.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/input.c')
-rw-r--r-- | net/rxrpc/input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rxrpc/input.c b/net/rxrpc/input.c index 23a5e61d8f79..6fc61400337f 100644 --- a/net/rxrpc/input.c +++ b/net/rxrpc/input.c @@ -976,7 +976,7 @@ static void rxrpc_input_call_packet(struct rxrpc_call *call, rxrpc_reduce_call_timer(call, expect_rx_by, now, rxrpc_timer_set_for_normal); } - + switch (sp->hdr.type) { case RXRPC_PACKET_TYPE_DATA: rxrpc_input_data(call, skb, skew); @@ -1213,7 +1213,7 @@ void rxrpc_data_ready(struct sock *udp_sk) goto reupgrade; conn->service_id = sp->hdr.serviceId; } - + if (sp->hdr.callNumber == 0) { /* Connection-level packet */ _debug("CONN %p {%d}", conn, conn->debug_id); |