From abeb98d185277afb87cbdf5b17587f6dcd1f9c7d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 17 Jun 2024 23:08:36 +0900 Subject: [PATCH] core/mount: suffix function name with paren Follow-up for 88188e1ff1ffa2a4a41c9b8ee127f75cc03bc18d. --- src/core/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/mount.c b/src/core/mount.c index a6460287ce..c6100b0b0a 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1832,7 +1832,7 @@ static int mount_setup_unit( assert(fstype); /* Ignore API and credential mount points. They should never be referenced in dependencies ever. - * Also check the comment for mount_point_is_credentials. */ + * Also check the comment for mount_point_is_credentials(). */ if (mount_point_is_api(where) || mount_point_ignore(where) || mount_point_is_credentials(m, where)) return 0;