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
8238745a
Commit
8238745a
authored
Jul 19, 2007
by
YOSHIFUJI Hideaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET] TIPC: Fix whitespace errors.
Signed-off-by:
YOSHIFUJI Hideaki
<
yoshfuji@linux-ipv6.org
>
parent
fb1416a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
net/tipc/socket.c
net/tipc/socket.c
+6
-6
No files found.
net/tipc/socket.c
View file @
8238745a
...
...
@@ -1629,8 +1629,8 @@ static struct proto_ops msg_ops = {
.
getsockopt
=
getsockopt
,
.
sendmsg
=
send_msg
,
.
recvmsg
=
recv_msg
,
.
mmap
=
sock_no_mmap
,
.
sendpage
=
sock_no_sendpage
.
mmap
=
sock_no_mmap
,
.
sendpage
=
sock_no_sendpage
};
static
struct
proto_ops
packet_ops
=
{
...
...
@@ -1650,8 +1650,8 @@ static struct proto_ops packet_ops = {
.
getsockopt
=
getsockopt
,
.
sendmsg
=
send_packet
,
.
recvmsg
=
recv_msg
,
.
mmap
=
sock_no_mmap
,
.
sendpage
=
sock_no_sendpage
.
mmap
=
sock_no_mmap
,
.
sendpage
=
sock_no_sendpage
};
static
struct
proto_ops
stream_ops
=
{
...
...
@@ -1671,8 +1671,8 @@ static struct proto_ops stream_ops = {
.
getsockopt
=
getsockopt
,
.
sendmsg
=
send_stream
,
.
recvmsg
=
recv_stream
,
.
mmap
=
sock_no_mmap
,
.
sendpage
=
sock_no_sendpage
.
mmap
=
sock_no_mmap
,
.
sendpage
=
sock_no_sendpage
};
static
struct
net_proto_family
tipc_family_ops
=
{
...
...
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