tmpfiles: reindent one comment less weirdly

This commit is contained in:
Lennart Poettering 2018-08-06 15:46:32 +02:00
parent a5df05ff20
commit 713998cfc8
1 changed files with 2 additions and 4 deletions

View File

@ -2063,10 +2063,8 @@ static int create_item(Item *i) {
case CREATE_BLOCK_DEVICE:
case CREATE_CHAR_DEVICE:
if (have_effective_cap(CAP_MKNOD) == 0) {
/* In a container we lack CAP_MKNOD. We
shouldn't attempt to create the device node in
that case to avoid noise, and we don't support
virtualized devices in containers anyway. */
/* In a container we lack CAP_MKNOD. We shouldn't attempt to create the device node in that
* case to avoid noise, and we don't support virtualized devices in containers anyway. */
log_debug("We lack CAP_MKNOD, skipping creation of device node %s.", i->path);
return 0;