* [PATCH] ARM: psci: Fix indentation in DT bindings
@ 2015-12-15 8:47 Geert Uytterhoeven
[not found] ` <1450169255-669-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-12-15 8:47 UTC (permalink / raw)
To: Will Deacon, Lorenzo Pieralisi
Cc: devicetree, Geert Uytterhoeven, linux-arm-kernel
Fix bogus indentation of the PSCI compatible values (each space was
replaced by a TAB?).
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Documentation/devicetree/bindings/arm/psci.txt | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/psci.txt b/Documentation/devicetree/bindings/arm/psci.txt
index a9adab84e2feb785..fb3a1dd2a9880bda 100644
--- a/Documentation/devicetree/bindings/arm/psci.txt
+++ b/Documentation/devicetree/bindings/arm/psci.txt
@@ -23,17 +23,17 @@ Main node required properties:
- compatible : should contain at least one of:
- * "arm,psci" : for implementations complying to PSCI versions prior to
- 0.2. For these cases function IDs must be provided.
+ * "arm,psci" : for implementations complying to PSCI versions prior to
+ 0.2. For these cases function IDs must be provided.
- * "arm,psci-0.2" : for implementations complying to PSCI 0.2. Function
- IDs are not required and should be ignored by an OS with PSCI 0.2
- support, but are permitted to be present for compatibility with
- existing software when "arm,psci" is later in the compatible list.
+ * "arm,psci-0.2" : for implementations complying to PSCI 0.2. Function
+ IDs are not required and should be ignored by an OS with PSCI 0.2
+ support, but are permitted to be present for compatibility with
+ existing software when "arm,psci" is later in the compatible list.
- * "arm,psci-1.0" : for implementations complying to PSCI 1.0. PSCI 1.0 is
- backward compatible with PSCI 0.2 with minor specification updates,
- as defined in the PSCI specification[2].
+ * "arm,psci-1.0" : for implementations complying to PSCI 1.0. PSCI 1.0 is
+ backward compatible with PSCI 0.2 with minor specification updates,
+ as defined in the PSCI specification[2].
- method : The method of calling the PSCI firmware. Permitted
values are:
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: psci: Fix indentation in DT bindings
[not found] ` <1450169255-669-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2015-12-15 9:36 ` Lorenzo Pieralisi
0 siblings, 0 replies; 2+ messages in thread
From: Lorenzo Pieralisi @ 2015-12-15 9:36 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Will Deacon, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
devicetree-u79uwXL29TY76Z2rM5mHXA
On Tue, Dec 15, 2015 at 09:47:35AM +0100, Geert Uytterhoeven wrote:
> Fix bogus indentation of the PSCI compatible values (each space was
> replaced by a TAB?).
Probably, I would remove question from the log.
> Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> ---
> Documentation/devicetree/bindings/arm/psci.txt | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/psci.txt b/Documentation/devicetree/bindings/arm/psci.txt
> index a9adab84e2feb785..fb3a1dd2a9880bda 100644
> --- a/Documentation/devicetree/bindings/arm/psci.txt
> +++ b/Documentation/devicetree/bindings/arm/psci.txt
> @@ -23,17 +23,17 @@ Main node required properties:
>
> - compatible : should contain at least one of:
>
> - * "arm,psci" : for implementations complying to PSCI versions prior to
> - 0.2. For these cases function IDs must be provided.
> + * "arm,psci" : for implementations complying to PSCI versions prior to
> + 0.2. For these cases function IDs must be provided.
* "arm,psci" : for implementations complying to PSCI versions prior to
0.2. For these cases function IDs must be provided.
Can you indent like above please (all of them) ?
Other than that:
Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org>
>
> - * "arm,psci-0.2" : for implementations complying to PSCI 0.2. Function
> - IDs are not required and should be ignored by an OS with PSCI 0.2
> - support, but are permitted to be present for compatibility with
> - existing software when "arm,psci" is later in the compatible list.
> + * "arm,psci-0.2" : for implementations complying to PSCI 0.2. Function
> + IDs are not required and should be ignored by an OS with PSCI 0.2
> + support, but are permitted to be present for compatibility with
> + existing software when "arm,psci" is later in the compatible list.
>
> - * "arm,psci-1.0" : for implementations complying to PSCI 1.0. PSCI 1.0 is
> - backward compatible with PSCI 0.2 with minor specification updates,
> - as defined in the PSCI specification[2].
> + * "arm,psci-1.0" : for implementations complying to PSCI 1.0. PSCI 1.0 is
> + backward compatible with PSCI 0.2 with minor specification updates,
> + as defined in the PSCI specification[2].
>
> - method : The method of calling the PSCI firmware. Permitted
> values are:
> --
> 1.9.1
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-15 9:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-15 8:47 [PATCH] ARM: psci: Fix indentation in DT bindings Geert Uytterhoeven
[not found] ` <1450169255-669-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2015-12-15 9:36 ` Lorenzo Pieralisi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).