Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
ecfa3987
Commit
ecfa3987
authored
Jan 18, 2023
by
Chuck Lever
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SUNRPC: Fix whitespace damage in svcauth_unix.c
Signed-off-by:
Chuck Lever
<
chuck.lever@oracle.com
>
parent
edd2f552
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
net/sunrpc/svcauth_unix.c
net/sunrpc/svcauth_unix.c
+3
-3
No files found.
net/sunrpc/svcauth_unix.c
View file @
ecfa3987
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment