[PATCH 7/7] dt-bindings: Update Documentation/arm references

Jonathan Corbet posted 7 patches 2 years, 8 months ago
[PATCH 7/7] dt-bindings: Update Documentation/arm references
Posted by Jonathan Corbet 2 years, 8 months ago
The Arm documentation has moved to Documentation/arch/arm; update
references under arch/arm64 to match.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/devicetree/bindings/arm/xen.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/xen.txt b/Documentation/devicetree/bindings/arm/xen.txt
index 61d77acbeb5e..f925290d4641 100644
--- a/Documentation/devicetree/bindings/arm/xen.txt
+++ b/Documentation/devicetree/bindings/arm/xen.txt
@@ -56,7 +56,7 @@ hypervisor {
 };
 
 The format and meaning of the "xen,uefi-*" parameters are similar to those in
-Documentation/arm/uefi.rst, which are provided by the regular UEFI stub. However
+Documentation/arch/arm/uefi.rst, which are provided by the regular UEFI stub. However
 they differ because they are provided by the Xen hypervisor, together with a set
 of UEFI runtime services implemented via hypercalls, see
 http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,platform.h.html.
-- 
2.40.1
Re: [PATCH 7/7] dt-bindings: Update Documentation/arm references
Posted by Conor Dooley 2 years, 8 months ago
On Fri, May 19, 2023 at 10:46:07AM -0600, Jonathan Corbet wrote:
> The Arm documentation has moved to Documentation/arch/arm; update
> references under arch/arm64 to match.

This commit message seems a wee bit inaccurate ;)

> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Conor Dooley <conor+dt@kernel.org>

Otherwise,
Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.
Re: [PATCH 7/7] dt-bindings: Update Documentation/arm references
Posted by Jonathan Corbet 2 years, 8 months ago
Conor Dooley <conor@kernel.org> writes:

> On Fri, May 19, 2023 at 10:46:07AM -0600, Jonathan Corbet wrote:
>> The Arm documentation has moved to Documentation/arch/arm; update
>> references under arch/arm64 to match.
>
> This commit message seems a wee bit inaccurate ;)

Argh.  I pulled this change out into a separate patch because checkpatch
whined at me, and did it a bit too quickly, I guess...

>> Cc: Rob Herring <robh+dt@kernel.org>
>> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
>> Cc: Conor Dooley <conor+dt@kernel.org>
>
> Otherwise,
> Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,

jon