net: Fix first line of kernel-doc for a few functions
The function name must be followed by a space, hypen, space, and a short description. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5ecccb74dc
commit
1a5778aa00
3 changed files with 4 additions and 4 deletions
|
@ -1049,7 +1049,7 @@ extern void sk_common_release(struct sock *sk);
|
|||
extern void sock_init_data(struct socket *sock, struct sock *sk);
|
||||
|
||||
/**
|
||||
* sk_filter_release: Release a socket filter
|
||||
* sk_filter_release - release a socket filter
|
||||
* @fp: filter to remove
|
||||
*
|
||||
* Remove a filter from a socket and release its resources.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue