summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2023-01-18 10:45:36 -0500
committerChuck Lever <chuck.lever@oracle.com>2023-02-20 09:20:52 -0500
commitecfa3987731b1ceb7964075cdc0235da1765622a (patch)
treeaa73f186a094b97ffa8b59db32070a569d9f173e /net/sunrpc
parentedd2f5526ea87cf6fc66a08bc8a1fbb6022a502f (diff)
downloadlinux-stable-ecfa3987731b1ceb7964075cdc0235da1765622a.tar.gz
linux-stable-ecfa3987731b1ceb7964075cdc0235da1765622a.tar.bz2
linux-stable-ecfa3987731b1ceb7964075cdc0235da1765622a.zip
SUNRPC: Fix whitespace damage in svcauth_unix.c
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r--net/sunrpc/svcauth_unix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c
index 62dfc8cdf8c5..983c5891cb56 100644
--- a/net/sunrpc/svcauth_unix.c
+++ b/net/sunrpc/svcauth_unix.c
@@ -800,7 +800,7 @@ struct auth_ops svcauth_null = {
.name = "null",
.owner = THIS_MODULE,
.flavour = RPC_AUTH_NULL,
- .accept = svcauth_null_accept,
+ .accept = svcauth_null_accept,
.release = svcauth_null_release,
.set_client = svcauth_unix_set_client,
};
@@ -879,7 +879,7 @@ struct auth_ops svcauth_tls = {
.name = "tls",
.owner = THIS_MODULE,
.flavour = RPC_AUTH_TLS,
- .accept = svcauth_tls_accept,
+ .accept = svcauth_tls_accept,
.release = svcauth_null_release,
.set_client = svcauth_unix_set_client,
};
@@ -995,7 +995,7 @@ struct auth_ops svcauth_unix = {
.name = "unix",
.owner = THIS_MODULE,
.flavour = RPC_AUTH_UNIX,
- .accept = svcauth_unix_accept,
+ .accept = svcauth_unix_accept,
.release = svcauth_unix_release,
.domain_release = svcauth_unix_domain_release,
.set_client = svcauth_unix_set_client,