diff mbox series

pinctl: doc: Fix spelling mistake "resisitors" -> "resistors"

Message ID 20220202091551.580372-1-colin.i.king@gmail.com
State New
Headers show
Series pinctl: doc: Fix spelling mistake "resisitors" -> "resistors" | expand

Commit Message

Colin Ian King Feb. 2, 2022, 9:15 a.m. UTC
There is a spelling mistake in the documentation. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 .../devicetree/bindings/pinctrl/brcm,bcm11351-pinctrl.txt       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring Feb. 10, 2022, 12:30 a.m. UTC | #1
On Wed, 02 Feb 2022 09:15:51 +0000, Colin Ian King wrote:
> There is a spelling mistake in the documentation. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  .../devicetree/bindings/pinctrl/brcm,bcm11351-pinctrl.txt       | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
Florian Fainelli Feb. 10, 2022, 3:31 a.m. UTC | #2
On 2/2/2022 1:15 AM, Colin Ian King wrote:
> There is a spelling mistake in the documentation. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Linus Walleij Feb. 11, 2022, 1:21 a.m. UTC | #3
On Wed, Feb 2, 2022 at 10:15 AM Colin Ian King <colin.i.king@gmail.com> wrote:

> There is a spelling mistake in the documentation. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Patch applied.

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pinctrl/brcm,bcm11351-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/brcm,bcm11351-pinctrl.txt
index 4eaae32821ae..e047a198db38 100644
--- a/Documentation/devicetree/bindings/pinctrl/brcm,bcm11351-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/brcm,bcm11351-pinctrl.txt
@@ -85,7 +85,7 @@  Optional Properties (for I2C pins):
 - function:			String. Specifies the pin mux selection. Values
 				must be one of: "alt1", "alt2", "alt3", "alt4"
 - bias-pull-up:			Integer. Pull up strength in Ohm. There are 3
-				pull-up resisitors (1.2k, 1.8k, 2.7k) available
+				pull-up resistors (1.2k, 1.8k, 2.7k) available
 				in parallel for I2C pins, so the valid values
 				are: 568, 720, 831, 1080, 1200, 1800, 2700 Ohm.
 - bias-disable:			No arguments. Disable pin bias.