Message ID | 20220324143935.1117426-1-clabbe@baylibre.com |
---|---|
State | New |
Headers | show |
Series | dt-bindings: clock: qcom: prevent interpret of See also: as keyword | expand |
Hello: This patch was applied to qcom/linux.git (for-next) by Stephen Boyd <sboyd@kernel.org>: On Thu, 24 Mar 2022 14:39:35 +0000 you wrote: > The "See also:" in description generates a DT check error since it is > interpreted as a field. Setting description as formatted description fix > that. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> > --- > Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - dt-bindings: clock: qcom: prevent interpret of See also: as keyword https://git.kernel.org/qcom/c/adbf85aaf7da You are awesome, thank you!
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml index 4dc0274dbd6b..6c45e0f85494 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml @@ -10,7 +10,7 @@ maintainers: - Stephen Boyd <sboyd@kernel.org> - Taniya Das <tdas@codeaurora.org> -description: +description: | Qualcomm global clock control module which supports the clocks, resets and power domains.
The "See also:" in description generates a DT check error since it is interpreted as a field. Setting description as formatted description fix that. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> --- Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)