[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAC2bXD5JiEmYFQnJK9qr2=PLiXzHw2Ece_g+iMc_B_YAW7e0Eg@mail.gmail.com>
Date: Mon, 19 Aug 2019 03:15:38 -0700
From: Jacob Lifshay <programmerjake@...il.com>
To: Atish Patra <atish.patra@....com>
Cc: linux-kernel@...r.kernel.org, Albert Ou <aou@...s.berkeley.edu>,
Anup Patel <anup@...infault.org>,
Palmer Dabbelt <palmer@...ive.com>,
Johan Hovold <johan@...nel.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
linux-riscv@...ts.infradead.org
Subject: Re: [v5 PATCH] RISC-V: Fix unsupported isa string info.
On 8/7/19, Atish Patra <atish.patra@....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
Powered by blists - more mailing lists