summaryrefslogtreecommitdiff
path: root/src/shutdown/umount.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:09:29 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:09:29 +0900
commit7802194ac0286c75e39f74a1624764eb2aa0fd7a (patch)
treea735c8ceb30419e39d9e36420cecde5f45e7187b /src/shutdown/umount.c
parent9868493e174c3d32b78318170bc98622c0c48f0b (diff)
downloadsystemd-7802194ac0286c75e39f74a1624764eb2aa0fd7a.tar.gz
tree-wide: add missing whitespace at the end of comments
Diffstat (limited to 'src/shutdown/umount.c')
-rw-r--r--src/shutdown/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/umount.c b/src/shutdown/umount.c
index 906756292b..c2a26242c0 100644
--- a/src/shutdown/umount.c
+++ b/src/shutdown/umount.c
@@ -560,7 +560,7 @@ static int umount_with_timeout(MountPoint *m, int umount_log_level) {
* rather than blocking indefinitely. If the filesysten is
* "busy", this may allow processes to die, thus making the
* filesystem less busy so the unmount might succeed (rather
- * then return EBUSY).*/
+ * than return EBUSY). */
r = umount2(m->path, MNT_FORCE);
if (r < 0)
log_full_errno(umount_log_level, errno, "Failed to unmount %s: %m", m->path);