]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/mount: suffix function name with paren
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 17 Jun 2024 14:08:36 +0000 (23:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 17 Jun 2024 15:19:59 +0000 (00:19 +0900)
Follow-up for 88188e1ff1ffa2a4a41c9b8ee127f75cc03bc18d.

src/core/mount.c

index a6460287ced6bff251f7cf4cedc7290a408cd681..c6100b0b0a0ed9e33b00e688f36163dd65371593 100644 (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;