1
0
Fork 0

rxrpc: Trim line-terminal whitespace

Trim line-terminal whitespace in net/rxrpc/

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
David Howells 2016-06-10 22:30:27 +01:00 committed by David S. Miller
parent ea7f8277f9
commit bc6e1ea32c
2 changed files with 2 additions and 2 deletions

View File

@ -734,7 +734,7 @@ void rxrpc_data_ready(struct sock *sk)
rxrpc_post_packet_to_local(local, skb);
goto out;
}
if (sp->hdr.type == RXRPC_PACKET_TYPE_DATA &&
(sp->hdr.callNumber == 0 || sp->hdr.seq == 0))
goto bad_message;

View File

@ -388,7 +388,7 @@ static void rxrpc_process_local_events(struct work_struct *work)
_enter("");
atomic_inc(&local->usage);
while ((skb = skb_dequeue(&local->event_queue))) {
struct rxrpc_skb_priv *sp = rxrpc_skb(skb);