All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: lustre: lnet: klnds: socklnd:  removed trailing whitespace
@ 2015-10-05 19:49 Hatice ERTÜRK
  2015-10-05 20:32 ` [Outreachy kernel] " Julia Lawall
  2015-10-06  4:39 ` Sudip Mukherjee
  0 siblings, 2 replies; 4+ messages in thread
From: Hatice ERTÜRK @ 2015-10-05 19:49 UTC (permalink / raw)
  To: outreachy-kernel

Removed all trailing whitespace in
"staging/lustre/lnet/klnds/socklnd/socklnd.c"

Signed-off-by: Hatice ERTÜRK <haticeerturk27@gmail.com>
---
 drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c
index d5268e9..2a06f53 100644
--- a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c
+++ b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c
@@ -228,7 +228,7 @@ ksocknal_unlink_peer_locked(ksock_peer_t *peer)
 		ip = peer->ksnp_passive_ips[i];
 
 		iface = ksocknal_ip2iface(peer->ksnp_ni, ip);
-		/* 
+		/*
 		 * All IPs in peer->ksnp_passive_ips[] come from the
 		 * interface list, therefore the call must succeed.
 		 */
@@ -362,7 +362,7 @@ ksocknal_associate_route_conn_locked(ksock_route_t *route, ksock_conn_t *conn)
 	route->ksnr_connected |= (1<<type);
 	route->ksnr_conn_count++;
 
-	/* 
+	/*
 	 * Successful connection => further attempts can
 	 * proceed immediately
 	 */
@@ -444,7 +444,7 @@ ksocknal_del_route_locked(ksock_route_t *route)
 
 	if (list_empty(&peer->ksnp_routes) &&
 	    list_empty(&peer->ksnp_conns)) {
-		/* 
+		/*
 		 * I've just removed the last route to a peer with no active
 		 * connections
 		 */
@@ -547,7 +547,7 @@ ksocknal_del_peer_locked(ksock_peer_t *peer, __u32 ip)
 	}
 
 	if (nshared == 0) {
-		/* 
+		/*
 		 * remove everything else if there are no explicit entries
 		 * left
 		 */
@@ -702,7 +702,7 @@ ksocknal_local_ipvec(lnet_ni_t *ni, __u32 *ipaddrs)
 	nip = net->ksnn_ninterfaces;
 	LASSERT(nip <= LNET_MAX_INTERFACES);
 
-	/* 
+	/*
 	 * Only offer interfaces for additional connections if I have
 	 * more than one.
 	 */
@@ -769,7 +769,7 @@ ksocknal_select_ips(ksock_peer_t *peer, __u32 *peerips, int n_peerips)
 	int best_netmatch;
 	int best_npeers;
 
-	/* 
+	/*
 	 * CAVEAT EMPTOR: We do all our interface matching with an
 	 * exclusive hold of global lock at IRQ priority.  We're only
 	 * expecting to be dealing with small numbers of interfaces, so the
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-06  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-05 19:49 [PATCH] Staging: lustre: lnet: klnds: socklnd: removed trailing whitespace Hatice ERTÜRK
2015-10-05 20:32 ` [Outreachy kernel] " Julia Lawall
2015-10-06  7:51   ` Arnd Bergmann
2015-10-06  4:39 ` Sudip Mukherjee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.