Re: [v5 PATCH] RISC-V: Fix unsupported isa string info.

From: Jacob Lifshay
Date: Mon Aug 19 2019 - 06:15:41 EST


On 8/7/19, Atish Patra <atish.patra@xxxxxxx> wrote:
> }
> }
> + if (isa[0] != '\0') {
> + /* Add remainging isa strings */

That should be spelled "remaining"

> + for (e = isa; *e != '\0'; ++e) {
> +#if !defined(CONFIG_VIRTUALIZATION)
> + if (e[0] != 'h')
> +#endif
> + seq_write(f, e, 1);
> + }
> + }
> seq_puts(f, "\n");

Jacob Lifshay