lkml.org 
[lkml]   [2019]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [v5 PATCH] RISC-V: Fix unsupported isa string info.
On 8/7/19, Atish Patra <atish.patra@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

\
 
 \ /
  Last update: 2019-08-19 12:15    [W:0.281 / U:0.344 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site