diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-07-25 23:32:21 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-07-25 23:32:21 +0200 |
commit | 5a920b42cee79747f6aa8e26abd6998401de0d61 (patch) | |
tree | d4e821f2e2b9da59d9780f03ce51763eb657627d /src/libudev/libudev-device.c | |
parent | aa27b158cd13271991aa126baf355288f6359487 (diff) | |
download | systemd-5a920b42cee79747f6aa8e26abd6998401de0d61.tar.gz |
Imported Upstream version 231
Diffstat (limited to 'src/libudev/libudev-device.c')
-rw-r--r-- | src/libudev/libudev-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c index 814e016800..995bf56586 100644 --- a/src/libudev/libudev-device.c +++ b/src/libudev/libudev-device.c @@ -619,7 +619,7 @@ _public_ const char *udev_device_get_syspath(struct udev_device *udev_device) * * Get the kernel device name in /sys. * - * Returns: the name string of the device device + * Returns: the name string of the device **/ _public_ const char *udev_device_get_sysname(struct udev_device *udev_device) { |