From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by passt.top (Postfix, from userid 1000) id 2E8395A027E; Thu, 15 Aug 2024 10:36:49 +0200 (CEST) From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH v2 7/7] netlink: Fix typo in function comment for nl_addr_set() Date: Thu, 15 Aug 2024 10:36:49 +0200 Message-ID: <20240815083649.4188007-8-sbrivio@redhat.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240815083649.4188007-1-sbrivio@redhat.com> References: <20240815083649.4188007-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: PNZMV2G5BZOZKIUR6GCOJ3PQYIHVOFYS X-Message-ID-Hash: PNZMV2G5BZOZKIUR6GCOJ3PQYIHVOFYS X-MailFrom: sbrivio@passt.top X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson , Paul Holzinger X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Stefano Brivio Reviewed-by: David Gibson --- netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlink.c b/netlink.c index 06a3816..afd6efd 100644 --- a/netlink.c +++ b/netlink.c @@ -842,7 +842,7 @@ int nl_addr_get_ll(int s, unsigned int ifi, struct in6_addr *addr) } /** - * nl_add_set() - Set IP addresses for given interface and address family + * nl_addr_set() - Set IP addresses for given interface and address family * @s: Netlink socket * @ifi: Interface index * @af: Address family -- 2.43.0