mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
2c53040f01
commit
ae86b9e384
4 changed files with 8 additions and 17 deletions
|
@ -1699,9 +1699,8 @@ static int getsockopt(struct socket *sock,
|
|||
return put_user(sizeof(value), ol);
|
||||
}
|
||||
|
||||
/**
|
||||
* Protocol switches for the various types of TIPC sockets
|
||||
*/
|
||||
/* Protocol switches for the various types of TIPC sockets */
|
||||
|
||||
static const struct proto_ops msg_ops = {
|
||||
.owner = THIS_MODULE,
|
||||
.family = AF_TIPC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue