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

From: Krzysztof Kozlowski
Date: Mon Feb 05 2024 - 04:29:43 EST


On 02/02/2024 21:21, Rob Herring wrote:
> 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.

I think this was just poetry :)

Best regards,
Krzysztof