From c8b4fb9ba5aa4975c842d6b46daac41f3c6beeaf Mon Sep 17 00:00:00 2001 From: Pavel Tikhomirov Date: Thu, 12 Jan 2023 18:06:26 +0300 Subject: [PATCH] autofs: fix a frankenstein auto-created by clang-format Fixes: 93dd984ca ("Run 'make indent' on all C files") Signed-off-by: Pavel Tikhomirov --- criu/autofs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);