From: Jelle van der Waa Date: Sun, 25 May 2025 17:46:47 +0000 (+0200) Subject: mount-util: correct argument comment X-Git-Tag: v258-rc1~414^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2377cbcd19df0ca5e1b829b4ff134d923f17bf86;p=thirdparty%2Fsystemd.git mount-util: correct argument comment --- diff --git a/src/shared/mount-util.c b/src/shared/mount-util.c index 958b4d7e18a..71ee5cf734c 100644 --- a/src/shared/mount-util.c +++ b/src/shared/mount-util.c @@ -1983,7 +1983,7 @@ int path_is_network_fs_harder_at(int dir_fd, const char *path) { return r; _cleanup_free_ char *fstype = NULL, *options = NULL; - r = path_get_mount_info_at(fd, /* path = */ NULL, &fstype, &options, /* source = */ NULL); + r = path_get_mount_info_at(fd, /* path = */ NULL, &fstype, &options, /* ret_source = */ NULL); if (r < 0) return r;