[PATCH 1/4] of/kexec: fix typo in comment (usable-memory-range)
Rob Herring
robh at kernel.org
Tue Aug 11 06:43:52 PDT 2026
On Fri, Jul 31, 2026 at 06:27:36PM +0200, Jan Sebastian Götte wrote:
> Signed-off-by: Jan Sebastian Götte <linux at jaseg.de>
> ---
> drivers/of/kexec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/of/kexec.c b/drivers/of/kexec.c
> index 029903b986cb..36635f6cb900 100644
> --- a/drivers/of/kexec.c
> +++ b/drivers/of/kexec.c
> @@ -24,7 +24,7 @@
>
> /*
> * Additional space needed for the FDT buffer so that we can add initrd,
> - * bootargs, kaslr-seed, rng-seed, useable-memory-range and elfcorehdr.
> + * bootargs, kaslr-seed, rng-seed, usable-memory-range and elfcorehdr.
If we're going to fix it, really it is "linux,usable-memory-range" and
"linux,elfcorehdr".
Rob
More information about the kexec
mailing list