diff options
author | David Howells <dhowells@redhat.com> | 2016-06-10 23:30:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-11 03:14:47 +0200 |
commit | bc6e1ea32c26ead06063a882e802fff7ab6535c2 (patch) | |
tree | 4ac43978ac34b26e18991cb7c45a1b93e1ec730e /net/rxrpc/ar-local.c | |
parent | net, cls: allow for deleting all filters for given parent (diff) | |
download | linux-bc6e1ea32c26ead06063a882e802fff7ab6535c2.tar.xz linux-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 '')
-rw-r--r-- | net/rxrpc/ar-local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-local.c b/net/rxrpc/ar-local.c index 701c42b7050e..111f250b045f 100644 --- a/net/rxrpc/ar-local.c +++ b/net/rxrpc/ar-local.c @@ -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); |