On Thu, 16 Jun 2022 14:08:00 -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > Decrease the line length of the toradex colibri boards to fix the > following build warning: > > ./Documentation/devicetree/bindings/arm/fsl.yaml:684:111: [warning] > line too long (111 > 110 characters) (line-length) > > The description already contains the SoM name, do not repeat it > in every single line. > > Fixes: bb0fa1533715 ("dt-bindings: arm: fsl: correct 1g vs. 1gb in toradex,colibri-imx6ull-*") > Reported-by: Rob Herring <robh+dt@xxxxxxxxxx> > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > --- > Changes since v1: > - Do not repeat the SoM name in every line as the description already contains > the name (Rob). > > .../devicetree/bindings/arm/fsl.yaml | 32 +++++++++---------- > 1 file changed, 16 insertions(+), 16 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>