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
nexedi
linux
Commits
1c899641
Commit
1c899641
authored
Jul 19, 2007
by
YOSHIFUJI Hideaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET] RXRPC: Fix whitespace errors.
Signed-off-by:
YOSHIFUJI Hideaki
<
yoshfuji@linux-ipv6.org
>
parent
6140efb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
net/rxrpc/af_rxrpc.c
net/rxrpc/af_rxrpc.c
+5
-5
No files found.
net/rxrpc/af_rxrpc.c
View file @
1c899641
...
...
@@ -805,26 +805,26 @@ static int __init af_rxrpc_init(void)
}
ret
=
proto_register
(
&
rxrpc_proto
,
1
);
if
(
ret
<
0
)
{
printk
(
KERN_CRIT
"RxRPC: Cannot register protocol
\n
"
);
if
(
ret
<
0
)
{
printk
(
KERN_CRIT
"RxRPC: Cannot register protocol
\n
"
);
goto
error_proto
;
}
ret
=
sock_register
(
&
rxrpc_family_ops
);
if
(
ret
<
0
)
{
printk
(
KERN_CRIT
"RxRPC: Cannot register socket family
\n
"
);
printk
(
KERN_CRIT
"RxRPC: Cannot register socket family
\n
"
);
goto
error_sock
;
}
ret
=
register_key_type
(
&
key_type_rxrpc
);
if
(
ret
<
0
)
{
printk
(
KERN_CRIT
"RxRPC: Cannot register client key type
\n
"
);
printk
(
KERN_CRIT
"RxRPC: Cannot register client key type
\n
"
);
goto
error_key_type
;
}
ret
=
register_key_type
(
&
key_type_rxrpc_s
);
if
(
ret
<
0
)
{
printk
(
KERN_CRIT
"RxRPC: Cannot register server key type
\n
"
);
printk
(
KERN_CRIT
"RxRPC: Cannot register server key type
\n
"
);
goto
error_key_type_s
;
}
...
...
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