Skip to content

Commit

Permalink
daemon/netlink: fix documentation string
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Dec 4, 2023
1 parent 88fe3fa commit 1434de0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/daemon/netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ netlink_socket_set_buffer_size(int s, int optname, const char *optname_str, int
*
* Open a Netlink socket and connect to it.
*
* @param protocol Which protocol to use (eg NETLINK_ROUTE).
* @param groups Which groups we want to subscribe to
* @return 0 on success, -1 otherwise
*/
Expand Down

0 comments on commit 1434de0

Please sign in to comment.