lkml.org 
[lkml]   [2019]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] dt-bindings: pinctrl: fix spelling mistakes in pinctl documentation
On Sat 25 May 13:42 PDT 2019, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> The spelling of configured is incorrect in the documentation. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Thanks,
Bjorn

> ---
> .../devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt | 6 +++---
> .../devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt | 6 +++---
> 11 files changed, 33 insertions(+), 33 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
> index 68e93d5b7ede..c9782397ff14 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,apq8084-pinctrl.txt
> @@ -122,17 +122,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
> index 6dd72f8599e9..7b151894f5a0 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.txt
> @@ -118,17 +118,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt
> index 86ecdcfc4fb8..d46973968873 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.txt
> @@ -97,17 +97,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
> index 195a7a0ef0cc..3354a63296d9 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
> @@ -130,17 +130,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
> index 5034eb6653c7..a7dd213c77c6 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.txt
> @@ -124,17 +124,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt
> index f15443f6e78e..da52df6273bc 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8994-pinctrl.txt
> @@ -128,17 +128,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt
> index fa97f609fe45..a56cb882830c 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8996-pinctrl.txt
> @@ -149,17 +149,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
> index e70c79bbbc5b..00174f08ba1d 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8998-pinctrl.txt
> @@ -135,17 +135,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
> index 2b8f77762edc..a50e74684195 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt
> @@ -150,17 +150,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt
> index 769ca83bb40d..be034d329e10 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sdm660-pinctrl.txt
> @@ -142,17 +142,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt
> index 665aadb5ea28..321bdb9be0d2 100644
> --- a/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.txt
> @@ -118,17 +118,17 @@ to specify in a pin configuration subnode:
> - bias-disable:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as no pull.
> + Definition: The specified pins should be configured as no pull.
>
> - bias-pull-down:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull down.
> + Definition: The specified pins should be configured as pull down.
>
> - bias-pull-up:
> Usage: optional
> Value type: <none>
> - Definition: The specified pins should be configued as pull up.
> + Definition: The specified pins should be configured as pull up.
>
> - output-high:
> Usage: optional
> --
> 2.20.1
>

\
 
 \ /
  Last update: 2019-05-26 07:46    [W:0.320 / U:0.424 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site