From: Christian Goeschel Ndjomouo Date: Sun, 21 Dec 2025 01:03:57 +0000 (-0500) Subject: lib: (pidfd-utils) minor correction in the ul_get_valid_pidfd_or_err() description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f99347f8d3f5a510b00440896469d286a45c404e;p=thirdparty%2Futil-linux.git lib: (pidfd-utils) minor correction in the ul_get_valid_pidfd_or_err() description Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/lib/pidfd-utils.c b/lib/pidfd-utils.c index 32b67a3b1..895f6e752 100644 --- a/lib/pidfd-utils.c +++ b/lib/pidfd-utils.c @@ -55,7 +55,7 @@ uint64_t pidfd_get_inode(int pidfd) * @pfd_ino: A pidfd inode number that is expected to be the * same as for the new file descriptor. * - * Pass @pfd_ino as NULL, if the pidfd should not be validated. + * Pass @pfd_ino as 0, if the pidfd should not be validated. * * Return: On success, a file descriptor is returned. * On failure, err() or errx() is called to