Re: [PATCH v4 02/17] lib/bootconfig: fix typo "initiized" in xbc_root_node() kerneldoc
From: Google
Date: Sun Mar 15 2026 - 04:17:49 EST
Hi,
Thanks for cleaning ups. Can you fold [2/17][3/17][4/17] into 1 patch?
Those are just typo fixes and index/space fix, IOW, cosmetic change.
Thanks,
On Sat, 14 Mar 2026 23:01:40 +0000
Josh Law <objecting@xxxxxxxxxxxxx> wrote:
> Fix "initiized" to "initialized" in the xbc_root_node() kerneldoc
> comment.
>
> Signed-off-by: Josh Law <objecting@xxxxxxxxxxxxx>
> ---
> lib/bootconfig.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/bootconfig.c b/lib/bootconfig.c
> index 51fd2299ec0f..53aedc042f6e 100644
> --- a/lib/bootconfig.c
> +++ b/lib/bootconfig.c
> @@ -112,7 +112,7 @@ static int __init xbc_parse_error(const char *msg, const char *p)
> * xbc_root_node() - Get the root node of extended boot config
> *
> * Return the address of root node of extended boot config. If the
> - * extended boot config is not initiized, return NULL.
> + * extended boot config is not initialized, return NULL.
> */
> struct xbc_node * __init xbc_root_node(void)
> {
> --
> 2.34.1
>
--
Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>