1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

core/mount: suffix function name with paren

Follow-up for 88188e1ff1.
This commit is contained in:
Yu Watanabe 2024-06-17 23:08:36 +09:00
parent 1b3449d8c1
commit abeb98d185

View File

@ -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;