]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libudev/libudev-enumerate.c
sd-device-enumerator: support multiple parents
[thirdparty/systemd.git] / src / libudev / libudev-enumerate.c
index e54ee572c5867ed719706b2f8108ed206eebd385..80d5bafdf7d0a9cea774b9daf978bca4818f9d95 100644 (file)
@@ -277,9 +277,6 @@ _public_ int udev_enumerate_add_match_tag(struct udev_enumerate *udev_enumerate,
  * Return the devices on the subtree of one given device. The parent
  * itself is included in the list.
  *
- * A reference for the device is held until the udev_enumerate context
- * is cleaned up.
- *
  * Returns: 0 on success, otherwise a negative error value.
  */
 _public_ int udev_enumerate_add_match_parent(struct udev_enumerate *udev_enumerate, struct udev_device *parent) {