From 767d92f0981025ed483d55183b5190608e28411e Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Fri, 12 Apr 2024 12:16:26 +0200 Subject: [PATCH] virnetdevopenvswitch: Fix comment to virNetDevOpenvswitchInterfaceGetMaster() The comment to virNetDevOpenvswitchInterfaceGetMaster() contains wrong function name. Fix this. Signed-off-by: Michal Privoznik Reviewed-by: Peter Krempa --- src/util/virnetdevopenvswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virnetdevopenvswitch.c b/src/util/virnetdevopenvswitch.c index d836d05845..7d1cd25171 100644 --- a/src/util/virnetdevopenvswitch.c +++ b/src/util/virnetdevopenvswitch.c @@ -427,7 +427,7 @@ virNetDevOpenvswitchInterfaceStats(const char *ifname, /** - * virNetDeOpenvswitchGetMaster: + * virNetDevOpenvswitchInterfaceGetMaster: * @ifname: name of interface we're interested in * @master: used to return a string containing the name of @ifname's "master" * (this is the bridge or bond device that this device is attached to) -- 2.47.2