Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1419748 > unrolled thread

[PATCH net-next] rxrpc: Trim line-terminal whitespace

Started byDavid Howells <dhowells@redhat.com>
First post2016-06-10 23:40 +0200
Last post2016-06-11 03:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH net-next] rxrpc: Trim line-terminal whitespace David Howells <dhowells@redhat.com> - 2016-06-10 23:40 +0200
    Re: [PATCH net-next] rxrpc: Trim line-terminal whitespace David Miller <davem@davemloft.net> - 2016-06-11 03:20 +0200

#1419748 — [PATCH net-next] rxrpc: Trim line-terminal whitespace

FromDavid Howells <dhowells@redhat.com>
Date2016-06-10 23:40 +0200
Subject[PATCH net-next] rxrpc: Trim line-terminal whitespace
Message-ID<rICjM-28R-23@gated-at.bofh.it>
Trim line-terminal whitespace in net/rxrpc/

Signed-off-by: David Howells <dhowells@redhat.com>
---

 net/rxrpc/ar-input.c |    2 +-
 net/rxrpc/ar-local.c |    2 +-
 2 files changed, 2 insertions(+), 2 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;
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);
 

[toc] | [next] | [standalone]


#1419868

FromDavid Miller <davem@davemloft.net>
Date2016-06-11 03:20 +0200
Message-ID<rIFKF-4QS-11@gated-at.bofh.it>
In reply to#1419748
From: David Howells <dhowells@redhat.com>
Date: Fri, 10 Jun 2016 22:30:27 +0100

> Trim line-terminal whitespace in net/rxrpc/
> 
> Signed-off-by: David Howells <dhowells@redhat.com>

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web