netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: sunrpc: fix code indentation
@ 2021-12-08  7:20 Jεan Sacren
  0 siblings, 0 replies; only message in thread
From: Jεan Sacren @ 2021-12-08  7:20 UTC (permalink / raw)
  To: bfields, chuck.lever, trond.myklebust, anna.schumaker, davem,
	kuba, linux-nfs, netdev

From: Jean Sacren <sakiwit@gmail.com>

Remove the extra space to the left of if branch.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
---
 net/sunrpc/xprtsock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c
index d8ee06a9650a..69b6ee5a5fd1 100644
--- a/net/sunrpc/xprtsock.c
+++ b/net/sunrpc/xprtsock.c
@@ -1910,7 +1910,7 @@ static void xs_local_connect(struct rpc_xprt *xprt, struct rpc_task *task)
 	struct sock_xprt *transport = container_of(xprt, struct sock_xprt, xprt);
 	int ret;
 
-	 if (RPC_IS_ASYNC(task)) {
+	if (RPC_IS_ASYNC(task)) {
 		/*
 		 * We want the AF_LOCAL connect to be resolved in the
 		 * filesystem namespace of the process making the rpc

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-08  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08  7:20 [PATCH net-next] net: sunrpc: fix code indentation Jεan Sacren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).