chiark / gitweb /
libudev: doc - add queue
[elogind.git] / libudev / libudev-device.c
index 9965972b3288c5c1a58b5273e0d7347f86a6b822..669c51e35bb7617f24bfb153d0b4061003603dda 100644 (file)
@@ -592,7 +592,7 @@ struct udev_device *udev_device_get_parent(struct udev_device *udev_device)
  * It can be called as many times as needed, without caring about
  * references.
  *
- * Returns: a new udev device, or #NULL, if no matching parent exists.
+ * Returns: a new udev device, or #NULL if no matching parent exists.
  **/
 struct udev_device *udev_device_get_parent_with_subsystem_devtype(struct udev_device *udev_device, const char *subsystem, const char *devtype)
 {