Re: [PATCH v3 02/12] buildid: Stash away kernels build ID on init

From: Stephen Boyd
Date: Thu Apr 08 2021 - 14:52:36 EST


Quoting Jessica Yu (2021-04-08 05:05:33)
> +++ Stephen Boyd [30/03/21 20:05 -0700]:
> >+/**
> >+ * init_vmlinux_build_id - Get the running kernel's build ID
> >+ *
> >+ * Return: Running kernel's build ID
> >+ */
>
> Hm, init_vmlinux_build_id() doesn't return anything, so this comment is
> not accurate - maybe "Get the running kernel's build ID and store it in
> vmlinux_build_id"?
>
> >+void __init init_vmlinux_build_id(void)

Thanks! I've fixed it for the next round.