Re: [PATCH] dt-bindings: trivial-devices: sort entries alphanumerically

From: Rob Herring
Date: Fri Feb 02 2024 - 15:22:08 EST


On Thu, Feb 01, 2024 at 06:32:09PM +0000, Conor Dooley wrote:
> On Thu, Feb 01, 2024 at 05:25:13AM -0800, Guenter Roeck wrote:
> > On 1/31/24 23:58, Krzysztof Kozlowski wrote:
> > > Sort entries alphanumerically. This was a semi manual job with help of:
> > >
> > > cat Documentation/devicetree/bindings/trivial-devices.yaml | grep ' - ' > old
> > > cat old | sort -n > new
> > > diff -ubB old new
> > >
> > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> > >
> >
> > Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx>
>
> z sorts before a, please fix in the whole file.

I don't follow this comment.

>
> Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
>
> Thanks,
> Conor.