Re: [PATCH v2 01/19] riscv: hwprobe: factorize hwprobe ISA extension reporting

From: Evan Green
Date: Thu Oct 19 2023 - 11:59:16 EST


On Thu, Oct 19, 2023 at 3:24 AM Conor Dooley <conor@xxxxxxxxxx> wrote:
>
> On Thu, Oct 19, 2023 at 11:46:51AM +0200, Clément Léger wrote:
> > Indeed the comment was a bit misleading, is this more clear ?
> >
> > /*
> > * Only use CHECK_ISA_EXT() for extensions which are usable by
> > * userspace with respect to the kernel current configuration.
> > * For instance, ISA extensions that uses float operations
>
> s/that uses/that use/
>
> > * should not be exposed when CONFIG_FPU is not set.
>
> s/is not set/is not enabled/
>
> But yeah, definitely more clear, thanks.

Looks good to me too. Thanks, Clément!
-Evan