summaryrefslogtreecommitdiff
path: root/src/core/device.c
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2014-12-10 20:00:08 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2014-12-11 15:09:51 +0100
commitee33e53a70c0d3f9d8aeafe4b8fd84a0d5e1d8d9 (patch)
tree3a0cb1184b72f6a4343f3876cbcc6b0251d1abe3 /src/core/device.c
parentcc13b327297bb616f8adca10c7503581c8bc5b93 (diff)
core: correct spacing near eol in code comments
Diffstat (limited to 'src/core/device.c')
-rw-r--r--src/core/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/device.c b/src/core/device.c
index b254e45b33..c298cd95f6 100644
--- a/src/core/device.c
+++ b/src/core/device.c
@@ -382,7 +382,7 @@ static int device_process_new_device(Manager *m, struct udev_device *dev) {
* same /dev/disk/by-label/xxx link because they have
* the same label. We want to make sure that the same
* device that won the symlink wins in systemd, so we
- * check the device node major/minor*/
+ * check the device node major/minor */
if (stat(p, &st) >= 0)
if ((!S_ISBLK(st.st_mode) && !S_ISCHR(st.st_mode)) ||
st.st_rdev != udev_device_get_devnum(dev))