On Wed, Aug 23, 2023 at 10:45:40AM +0200, Krzysztof Kozlowski wrote: > Documentation/process/license-rules.rst and checkpatch expect the SPDX > identifier syntax for multiple licenses to use capital "OR". Correct it > to keep consistent format and avoid copy-paste issues. > > Correct also the format // -> .* in few Allwinner binding headers as > pointed out by checkpatch: > > WARNING: Improper SPDX comment style for 'include/dt-bindings/reset/sun50i-h6-ccu.h', please use '/*' instead > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Rebased on next-20230822, so might not apply cleanly. What does not > apply, can be skipped and I will fix it after next RC. > --- [ ... ] > Documentation/devicetree/bindings/hwmon/jedec,jc42.yaml | 2 +- > Documentation/devicetree/bindings/hwmon/lltc,ltc4151.yaml | 2 +- > Documentation/devicetree/bindings/hwmon/lm75.yaml | 2 +- > Documentation/devicetree/bindings/hwmon/microchip,mcp3021.yaml | 2 +- > Documentation/devicetree/bindings/hwmon/national,lm90.yaml | 2 +- > Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml | 2 +- > Documentation/devicetree/bindings/hwmon/sensirion,sht15.yaml | 2 +- > Documentation/devicetree/bindings/hwmon/ti,tmp102.yaml | 2 +- > Documentation/devicetree/bindings/hwmon/ti,tmp108.yaml | 2 +- For the above: Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx> Guenter