lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 1 Nov 2017 19:25:10 -0500 From: Rob Herring <robh@...nel.org> To: Marco Franchi <marco.franchi@....com> Cc: dmitry.torokhov@...il.com, linux-kernel@...r.kernel.org, devicetree@...r.kernel.org, festevam@...il.com, marcofrk@...il.com Subject: Re: [PATCH v2] dt-bindings: Input: Remove leading zeros from bindings notation On Wed, Nov 01, 2017 at 10:30:43AM -0200, Marco Franchi 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/input "*.txt"` What about doing this one level up? Rob
Powered by blists - more mailing lists