mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
udev_device_get_parent_with_subsystem_devtype(): Clarify documentation
devtype can be NULL, in which case it is ignored for matching.
This commit is contained in:
parent
89b6237342
commit
54d4f54e85
@ -577,6 +577,9 @@ struct udev_device *udev_device_get_parent(struct udev_device *udev_device)
|
||||
* value, and fill in information from the sys device and the udev
|
||||
* database entry.
|
||||
*
|
||||
* If devtype is NULL, only subsystem is checked, and any devtype will
|
||||
* match.
|
||||
*
|
||||
* The returned the device is not referenced. It is attached to the
|
||||
* child device, and will be cleaned up when the child device
|
||||
* is cleaned up.
|
||||
|
Loading…
x
Reference in New Issue
Block a user