[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL_JsqKxfpjahTsLty1Ny+--KKQt7uBUid-A4auBn+XDX4B_0g@mail.gmail.com>
Date: Thu, 9 Nov 2017 17:00:08 -0600
From: Rob Herring <robh+dt@...nel.org>
To: Marco Franchi <marco.franchi@....com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
Fabio Estevam <festevam@...il.com>,
Marco Antonio Franchi <marcofrk@...il.com>
Subject: Re: [PATCH v3] dt-bindings: Remove leading zeros from bindings notation
On Wed, Nov 8, 2017 at 10:27 AM, Marco Franchi <marco.franchi@....com> wrote:
> Improve the binding example by removing all the leading zeros to fix the
> following dtc warnings:
>
> Warning (unit_address_format): Node /XXX unit name should not have leading 0s
>
> Converted using the following command:
>
> perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find ./Documentation/devicetree/bindings "*.txt"`
>
> Some unnecessary changes were manually fixed.
>
> Signed-off-by: Marco Franchi <marco.franchi@....com>
Thanks. Applied.
Rob
Powered by blists - more mailing lists