[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211208024732.142541-2-sakiwit@gmail.com>
Date: Wed, 8 Dec 2021 00:20:22 -0700
From: Jεan Sacren <sakiwit@...il.com>
To: bfields@...ldses.org, chuck.lever@...cle.com,
trond.myklebust@...merspace.com, anna.schumaker@...app.com,
davem@...emloft.net, kuba@...nel.org, linux-nfs@...r.kernel.org,
netdev@...r.kernel.org
Subject: [PATCH net-next] net: sunrpc: fix code indentation
From: Jean Sacren <sakiwit@...il.com>
Remove the extra space to the left of if branch.
Signed-off-by: Jean Sacren <sakiwit@...il.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
Powered by blists - more mailing lists