From: Yu Watanabe Date: Mon, 17 Jun 2024 14:08:36 +0000 (+0900) Subject: core/mount: suffix function name with paren X-Git-Tag: v257-rc1~1123^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abeb98d185277afb87cbdf5b17587f6dcd1f9c7d;p=thirdparty%2Fsystemd.git core/mount: suffix function name with paren Follow-up for 88188e1ff1ffa2a4a41c9b8ee127f75cc03bc18d. --- diff --git a/src/core/mount.c b/src/core/mount.c index a6460287ced..c6100b0b0a0 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;