projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d64e0
)
dbus-cgroup: add missing space
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 2 Jan 2018 17:28:17 +0000
(
02:28
+0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 2 Jan 2018 17:33:06 +0000
(
02:33
+0900)
src/core/dbus-cgroup.c
patch
|
blob
|
history
diff --git
a/src/core/dbus-cgroup.c
b/src/core/dbus-cgroup.c
index 755b66ef8f5ef8965de0539b920074460a340b6b..41a614397d81b27f3d6238b24583d21236ed0496 100644
(file)
--- a/
src/core/dbus-cgroup.c
+++ b/
src/core/dbus-cgroup.c
@@
-691,7
+691,7
@@
int bus_cgroup_set_property(
free(a);
return -ENOMEM;
}
- LIST_PREPEND(device_weights,c->io_device_weights, a);
+ LIST_PREPEND(device_weights,
c->io_device_weights, a);
}
a->weight = weight;
@@
-918,7
+918,7
@@
int bus_cgroup_set_property(
free(a);
return -ENOMEM;
}
- LIST_PREPEND(device_weights,c->blockio_device_weights, a);
+ LIST_PREPEND(device_weights,
c->blockio_device_weights, a);
}
a->weight = weight;