RE: [PATCH v11 0/3] MIPS: Add virtual Ranchu board as a generic-based board

From: Aleksandar Markovic
Date: Fri Dec 15 2017 - 13:03:13 EST


> From: Joe Perches [joe@xxxxxxxxxxx]
> Sent: Friday, December 15, 2017 6:12 PM
>
> On Fri, 2017-12-15 at 17:48 +0100, Aleksandar Markovic wrote:
> > Checkpatch script outputs a small number of warnings if applied to
> > this series. We did not correct the code, since we think the code is
> > correct for those particular cases of checkpatch warnings.
>
> What are those warnings? I don't see any.

Hi, Joe.

There is only one warning:

-------------------------------------------------------------------------
0003-MIPS-ranchu-Add-Ranchu-as-a-new-generic-based-board.patch
-------------------------------------------------------------------------
WARNING: DT compatible string "mti,ranchu" appears un-documented -- check ./Documentation/devicetree/bindings/
#236: FILE: arch/mips/generic/board-ranchu.c:85:
+ .compatible = "mti,ranchu",

total: 0 errors, 1 warnings, 0 checks, 153 lines checked

Thanks,
Aleksandar