On 8/7/19, Atish Patra <atish.pa...@wdc.com> 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

Reply via email to