[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 00/23] target/openrisc improvements
From: |
Stafford Horne |
Subject: |
Re: [Qemu-devel] [PATCH v3 00/23] target/openrisc improvements |
Date: |
Mon, 2 Jul 2018 23:39:20 +0900 |
User-agent: |
Mutt/1.9.5 (2018-04-13) |
On Mon, Jul 02, 2018 at 07:26:26AM -0700, Richard Henderson wrote:
> On 07/02/2018 05:01 AM, Stafford Horne wrote:
> >> ERROR: spaces required around that '*' (ctx:WxV)
> >> #129: FILE: target/openrisc/disas.c:56:
> >> + arg_l_##opcode *a, uint32_t insn) \
> >> ^
> >>
> >> ERROR: spaces required around that '*' (ctx:WxV)
> >> #224: FILE: target/openrisc/disas.c:151:
> >> + arg_lf_##opcode##_##suffix *a, uint32_t insn) \
> >> ^
> >
> > I have fixed these on my branch.
>
> These should not have been "fixed".
>
> This is checkpatch being stupid and not realizing that
> the thing on the left is a type and this is a pointer
> declaration, not a multiplication.
Ah, right, and this is me being stupid just following it.
Let me get it fixed again, wait a bit then send a v2 pull.
-Stafford