aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-input.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-06-10 22:30:27 +0100
committerDavid S. Miller <davem@davemloft.net>2016-06-10 18:14:47 -0700
commitbc6e1ea32c26ead06063a882e802fff7ab6535c2 (patch)
tree4ac43978ac34b26e18991cb7c45a1b93e1ec730e /net/rxrpc/ar-input.c
parentnet, cls: allow for deleting all filters for given parent (diff)
downloadlinux-dev-bc6e1ea32c26ead06063a882e802fff7ab6535c2.tar.xz
linux-dev-bc6e1ea32c26ead06063a882e802fff7ab6535c2.zip
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>
Diffstat (limited to 'net/rxrpc/ar-input.c')
-rw-r--r--net/rxrpc/ar-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-input.c b/net/rxrpc/ar-input.c
index d7c2a0bc839e..e0815a033999 100644
--- a/net/rxrpc/ar-input.c
+++ b/net/rxrpc/ar-input.c
@@ -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;