]> xenbits.xensource.com Git - libvirt.git/commitdiff
virNetDevBandwidthPlug: Update function description
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 14 Apr 2015 11:45:30 +0000 (13:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Apr 2015 07:07:35 +0000 (09:07 +0200)
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 <mprivozn@redhat.com>
src/util/virnetdevbandwidth.c

index 8041d526971084b5648fc52a889c9db54c9c00c2..d1c0f12a1565eca950fed4bc756d1913b93fa35f 100644 (file)
@@ -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)
  *