From 1434de0cbdbe411f20bf03939f7536910da2b335 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 4 Dec 2023 21:54:23 +0100 Subject: [PATCH] daemon/netlink: fix documentation string --- src/daemon/netlink.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.39.5