Message ID | 63f3ac8bc958d65e4f31ad4a0060c21a7038cbde.1634630486.git.mchehab+huawei@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Fix some issues at documentation | expand |
On 19/10/2021 10:04, Mauro Carvalho Chehab wrote: > The file name: Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml > should be, instead: Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml. > > Update its cross-reference accordingly. > > Fixes: fab58debc137 ("regulator: dt-bindings: samsung,s5m8767: convert to dtschema") > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > > To mailbombing on a large number of people, only mailing lists were C/C on the cover. > See [PATCH v3 00/23] at: https://lore.kernel.org/all/cover.1634630485.git.mchehab+huawei@kernel.org/ > > .../devicetree/bindings/regulator/samsung,s5m8767.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml b/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml > index 80a63d47790a..4281f670c775 100644 > --- a/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml > +++ b/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml > @@ -15,7 +15,7 @@ description: | > > The S5M8767 provides buck and LDO regulators. > > - See also Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml for > + See also Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml for > additional information and example. > > patternProperties: > Hi Mauro, Thanks for the patch but it is incorrect. Old path is proper, just the patch waits on merging. For this one: NAK. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml b/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml index 80a63d47790a..4281f670c775 100644 --- a/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml +++ b/Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml @@ -15,7 +15,7 @@ description: | The S5M8767 provides buck and LDO regulators. - See also Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml for + See also Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml for additional information and example. patternProperties:
The file name: Documentation/devicetree/bindings/mfd/samsung,s5m8767.yaml should be, instead: Documentation/devicetree/bindings/regulator/samsung,s5m8767.yaml. Update its cross-reference accordingly. Fixes: fab58debc137 ("regulator: dt-bindings: samsung,s5m8767: convert to dtschema") Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- To mailbombing on a large number of people, only mailing lists were C/C on the cover. See [PATCH v3 00/23] at: https://lore.kernel.org/all/cover.1634630485.git.mchehab+huawei@kernel.org/ .../devicetree/bindings/regulator/samsung,s5m8767.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)