From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by passt.top (Postfix, from userid 1000) id 235615A027E; Sat, 17 Aug 2024 10:43:08 +0200 (CEST) From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH v4 7/7] netlink: Fix typo in function comment for nl_addr_set() Date: Sat, 17 Aug 2024 10:43:08 +0200 Message-ID: <20240817084308.2734874-8-sbrivio@redhat.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240817084308.2734874-1-sbrivio@redhat.com> References: <20240817084308.2734874-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: DSCIGQ7MN7KJGDMWQGB2MEWEM67XAHXR X-Message-ID-Hash: DSCIGQ7MN7KJGDMWQGB2MEWEM67XAHXR 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 9592b1b..0bdbabf 100644 --- a/netlink.c +++ b/netlink.c @@ -844,7 +844,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