X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=libudev%2Flibudev-device.c;h=669c51e35bb7617f24bfb153d0b4061003603dda;hp=9965972b3288c5c1a58b5273e0d7347f86a6b822;hb=8d6bc73aefb5dcfd36d9456ab2209bc410086f82;hpb=a7c140c723b8022173db4910cf20dad3e461fdd5 diff --git a/libudev/libudev-device.c b/libudev/libudev-device.c index 9965972b3..669c51e35 100644 --- a/libudev/libudev-device.c +++ b/libudev/libudev-device.c @@ -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) {