diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-07-10 06:55:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:13:45 -0400 |
commit | ae86b9e3846f6fc5509dee721f2bdba1db8ab96a (patch) | |
tree | a648bc2912a6093295380b00a3942f8a8e2fd28f /net/tipc | |
parent | 2c53040f018b6c36a46eec75b9b937aaa5f78e6d (diff) |
net: Fix non-kernel-doc comments with kernel-doc start marker
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc')
-rw-r--r-- | net/tipc/socket.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 11a863d81421..1ebb49f3ddbe 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c | |||
@@ -1699,9 +1699,8 @@ static int getsockopt(struct socket *sock, | |||
1699 | return put_user(sizeof(value), ol); | 1699 | return put_user(sizeof(value), ol); |
1700 | } | 1700 | } |
1701 | 1701 | ||
1702 | /** | 1702 | /* Protocol switches for the various types of TIPC sockets */ |
1703 | * Protocol switches for the various types of TIPC sockets | 1703 | |
1704 | */ | ||
1705 | static const struct proto_ops msg_ops = { | 1704 | static const struct proto_ops msg_ops = { |
1706 | .owner = THIS_MODULE, | 1705 | .owner = THIS_MODULE, |
1707 | .family = AF_TIPC, | 1706 | .family = AF_TIPC, |