[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3] ppc: Add support for 'mffsl' instruction
From: |
Paul Clarke |
Subject: |
Re: [Qemu-devel] [PATCH v3] ppc: Add support for 'mffsl' instruction |
Date: |
Wed, 14 Aug 2019 11:34:13 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
Should these 'checkpatch' ERRORs be addressed, even if it will diverge the code
style from the existing, surrounding code?
On 8/14/19 11:30 AM, address@hidden wrote:
> This series seems to have some coding style problems. See output below for
> more information:
> === OUTPUT BEGIN ===
> ERROR: code indent should never use tabs
> #54: FILE: disas/ppc.c:5004:
> +{ "mffsl", XRA(63,583,12), XRARB_MASK,^IPOWER9,^I{ FRT } },$
>
> ERROR: space required after that ',' (ctx:VxV)
> #54: FILE: disas/ppc.c:5004:
> +{ "mffsl", XRA(63,583,12), XRARB_MASK, POWER9, { FRT } },
> ^
>
> ERROR: space required after that ',' (ctx:VxV)
> #54: FILE: disas/ppc.c:5004:
> +{ "mffsl", XRA(63,583,12), XRARB_MASK, POWER9, { FRT } },
> ^
>
> ERROR: braces {} are necessary for all arms of this statement
> #148: FILE: target/ppc/translate/fp-impl.inc.c:625:
> + if (unlikely(!(ctx->insns_flags2 & PPC2_ISA300)))
> [...]
>
> total: 4 errors, 0 warnings, 115 lines checked
>
> Commit c51c0f894525 (ppc: Add support for 'mffsl' instruction) has style
> problems, please review. If any of these errors
> are false positives report them to the maintainer, see
> CHECKPATCH in MAINTAINERS.
> === OUTPUT END ===
PC