From: Vincent Bernat Date: Mon, 4 Dec 2023 20:54:23 +0000 (+0100) Subject: daemon/netlink: fix documentation string X-Git-Tag: 1.0.18~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1434de0cbdbe411f20bf03939f7536910da2b335;p=thirdparty%2Flldpd.git daemon/netlink: fix documentation string --- diff --git a/src/daemon/netlink.c b/src/daemon/netlink.c index a3a2b19b..32fee763 100644 --- a/src/daemon/netlink.c +++ b/src/daemon/netlink.c @@ -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 */