Re: [tip: x86/microcode] x86/microcode: Document the whole late loading problem

From: Ingo Molnar
Date: Tue Aug 16 2022 - 04:46:26 EST



* tip-bot2 for Ashok Raj <tip-bot2@xxxxxxxxxxxxx> wrote:

> Builtin microcode
> =================
>
> @@ -134,7 +232,7 @@ This basically means, you have the following tree structure locally::
> | |-- 06-3a-09
> ...
>
> -so that the build system can find those files and integrate them into
> +So that the build system can find those files and integrate them into
> the final kernel image. The early loader finds them and applies them.

Small nit: this capitalization change is spurious. The 'so' is a
continuation of the sentence, not a separate sentence - now that paragraph
is actively weird & grammatically incorrect, starting with a 'So'.

Maybe:

... so that the build system can find those files and integrate them into

Thanks,

Ingo