From: Michal Privoznik Date: Tue, 14 Apr 2015 11:45:30 +0000 (+0200) Subject: virNetDevBandwidthPlug: Update function description X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3535de462654d706755c8713bb235bdd8ec6c173;p=libvirt.git virNetDevBandwidthPlug: Update function description The comment is describing arguments passed to the function. However, there's no @ifmac argument. In 955af4d4 it was replaced with @ifmac_ptr. Unfortunately, the comment wasn't updated. Signed-off-by: Michal Privoznik --- diff --git a/src/util/virnetdevbandwidth.c b/src/util/virnetdevbandwidth.c index 8041d52697..d1c0f12a15 100644 --- a/src/util/virnetdevbandwidth.c +++ b/src/util/virnetdevbandwidth.c @@ -389,7 +389,7 @@ virNetDevBandwidthEqual(virNetDevBandwidthPtr a, * virNetDevBandwidthPlug: * @brname: name of the bridge * @net_bandwidth: QoS settings on @brname - * @ifmac: MAC of interface + * @ifmac_ptr: MAC of interface * @bandwidth: QoS settings for interface * @id: unique ID (MUST be greater than 2) *