Re: [PATCH] doc: early_userspace_support.rst: trivial fix: directory -> file
From: Jonathan Corbet
Date: Mon Feb 23 2026 - 17:00:44 EST
Askar Safin <safinaskar@xxxxxxxxx> writes:
> Trivial fix.
>
> Signed-off-by: Askar Safin <safinaskar@xxxxxxxxx>
> ---
> .../driver-api/early-userspace/early_userspace_support.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/early-userspace/early_userspace_support.rst b/Documentation/driver-api/early-userspace/early_userspace_support.rst
> index 61bdeac1b..60d1e1bc9 100644
> --- a/Documentation/driver-api/early-userspace/early_userspace_support.rst
> +++ b/Documentation/driver-api/early-userspace/early_userspace_support.rst
> @@ -73,7 +73,7 @@ usr/gen_initramfs.sh. This means that CONFIG_INITRAMFS_SOURCE
> can really be interpreted as any legal argument to
> gen_initramfs.sh. If a directory is specified as an argument then
> the contents are scanned, uid/gid translation is performed, and
> -usr/gen_init_cpio file directives are output. If a directory is
> +usr/gen_init_cpio file directives are output. If a file is
> specified as an argument to usr/gen_initramfs.sh then the
"Trivial fix" is not a great changelog ... but I've applied the patch,
thanks.
jon