diff --git a/criu/autofs.c b/criu/autofs.c index c662bea60..6a7d8db0d 100644 --- a/criu/autofs.c +++ b/criu/autofs.c @@ -431,8 +431,7 @@ static int access_autofs_mount(struct mount_info *pm) pr_err("failed to fork\n"); goto close_autofs_mnt; case 0: - /* We don't care about results. - * All we need is to "touch" */ + /* We don't care about results, all we need is to "touch" */ /* coverity[check_return] */ openat(autofs_mnt, mnt_path, O_RDONLY | O_NONBLOCK | O_DIRECTORY); _exit(0);