提交 8238745a 编写于 作者: Y YOSHIFUJI Hideaki

[NET] TIPC: Fix whitespace errors.

Signed-off-by: NYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
上级 fb1416a5
...@@ -1629,8 +1629,8 @@ static struct proto_ops msg_ops = { ...@@ -1629,8 +1629,8 @@ static struct proto_ops msg_ops = {
.getsockopt = getsockopt, .getsockopt = getsockopt,
.sendmsg = send_msg, .sendmsg = send_msg,
.recvmsg = recv_msg, .recvmsg = recv_msg,
.mmap = sock_no_mmap, .mmap = sock_no_mmap,
.sendpage = sock_no_sendpage .sendpage = sock_no_sendpage
}; };
static struct proto_ops packet_ops = { static struct proto_ops packet_ops = {
...@@ -1650,8 +1650,8 @@ static struct proto_ops packet_ops = { ...@@ -1650,8 +1650,8 @@ static struct proto_ops packet_ops = {
.getsockopt = getsockopt, .getsockopt = getsockopt,
.sendmsg = send_packet, .sendmsg = send_packet,
.recvmsg = recv_msg, .recvmsg = recv_msg,
.mmap = sock_no_mmap, .mmap = sock_no_mmap,
.sendpage = sock_no_sendpage .sendpage = sock_no_sendpage
}; };
static struct proto_ops stream_ops = { static struct proto_ops stream_ops = {
...@@ -1671,8 +1671,8 @@ static struct proto_ops stream_ops = { ...@@ -1671,8 +1671,8 @@ static struct proto_ops stream_ops = {
.getsockopt = getsockopt, .getsockopt = getsockopt,
.sendmsg = send_stream, .sendmsg = send_stream,
.recvmsg = recv_stream, .recvmsg = recv_stream,
.mmap = sock_no_mmap, .mmap = sock_no_mmap,
.sendpage = sock_no_sendpage .sendpage = sock_no_sendpage
}; };
static struct net_proto_family tipc_family_ops = { static struct net_proto_family tipc_family_ops = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册