summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2021-02-18 16:13:34 -0600
committerJonathon Jongsma <jjongsma@redhat.com>2021-04-07 15:03:34 -0500
commite3107a18623405adeeece4854cbea28b4a2e64a6 (patch)
treea830b83434a841edc523c1f8acafaae84824f295 /include
parentb1bfe3e5c435fc42efea7e475621102f496032be (diff)
downloadlibvirt-e3107a18623405adeeece4854cbea28b4a2e64a6.tar.gz
nodedev: fix docs for virConnectListAllNodeDevices()
It doesn't make sense to list all of the flag values in the function documentation. This is unnecessary duplication, we already refer to the enum type. Also, remove reference to exclusive groups of flags, since that does not apply to this API. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/libvirt/libvirt-nodedev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libvirt/libvirt-nodedev.h b/include/libvirt/libvirt-nodedev.h
index 1a0e60b81f..2deead0791 100644
--- a/include/libvirt/libvirt-nodedev.h
+++ b/include/libvirt/libvirt-nodedev.h
@@ -60,8 +60,7 @@ int virNodeListDevices (virConnectPtr conn,
/*
* virConnectListAllNodeDevices:
*
- * Flags used to filter the returned node devices. Flags in each group
- * are exclusive. */
+ * Flags used to filter the returned node devices. */
typedef enum {
/* filter the devices by cap type */
VIR_CONNECT_LIST_NODE_DEVICES_CAP_SYSTEM = 1 << 0, /* System capability */