[PATCH 3/3] dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description

Luca Weiss posted 3 patches 2 months, 3 weeks ago
[PATCH 3/3] dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description
Posted by Luca Weiss 2 months, 3 weeks ago
No double colon is necessary in the description. Fix it.

Reported-by: Rob Herring <robh@kernel.org>
Closes: https://lore.kernel.org/lkml/20250625150458.GA1182597-robh@kernel.org/
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
 Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml
index 036562eb5140c78c10d845fd6efe42470b41895c..26d9bc773ec5cd42c147c776d2865fa2b435bc24 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,rpmh-rsc.yaml
@@ -28,7 +28,7 @@ description: |
     SLEEP   - Triggered by F/W
     WAKE    - Triggered by F/W
     CONTROL - Triggered by F/W
-  See also:: <dt-bindings/soc/qcom,rpmh-rsc.h>
+  See also: <dt-bindings/soc/qcom,rpmh-rsc.h>
 
   The order in which they are described in the DT, should match the hardware
   configuration.

-- 
2.50.1
Re: [PATCH 3/3] dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description
Posted by Stephen Boyd 2 months, 2 weeks ago
Quoting Luca Weiss (2025-07-16 23:54:46)
> No double colon is necessary in the description. Fix it.
> 
> Reported-by: Rob Herring <robh@kernel.org>
> Closes: https://lore.kernel.org/lkml/20250625150458.GA1182597-robh@kernel.org/
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---

Applied to clk-next
Re: [PATCH 3/3] dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description
Posted by Stephen Boyd 2 months, 2 weeks ago
Quoting Stephen Boyd (2025-07-24 12:26:38)
> Quoting Luca Weiss (2025-07-16 23:54:46)
> > No double colon is necessary in the description. Fix it.
> > 
> > Reported-by: Rob Herring <robh@kernel.org>
> > Closes: https://lore.kernel.org/lkml/20250625150458.GA1182597-robh@kernel.org/
> > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> > ---
> 
> Applied to clk-next

Err scratch that.
Re: [PATCH 3/3] dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description
Posted by Krzysztof Kozlowski 2 months, 3 weeks ago
On 17/07/2025 08:54, Luca Weiss wrote:
> No double colon is necessary in the description. Fix it.
> 
> Reported-by: Rob Herring <robh@kernel.org>
> Closes: https://lore.kernel.org/lkml/20250625150458.GA1182597-robh@kernel.org/
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof