On 8/7/19, Atish Patra <[email protected]> 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

