[PATCH] dt-bindings: input: fix bracket

Manuel Ebner posted 1 patch 2 weeks, 1 day ago
.../devicetree/bindings/input/gpio-charlieplex-keypad.yaml      | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: input: fix bracket
Posted by Manuel Ebner 2 weeks, 1 day ago
Add missing '('.

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
 .../devicetree/bindings/input/gpio-charlieplex-keypad.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/gpio-charlieplex-keypad.yaml b/Documentation/devicetree/bindings/input/gpio-charlieplex-keypad.yaml
index c085de6dab85..c6842c017934 100644
--- a/Documentation/devicetree/bindings/input/gpio-charlieplex-keypad.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-charlieplex-keypad.yaml
@@ -11,7 +11,7 @@ maintainers:
   - Hugo Villeneuve <hvilleneuve@dimonoff.com>
 
 description: |
-  The charlieplex keypad supports N^2)-N different key combinations (where N is
+  The charlieplex keypad supports (N^2)-N different key combinations (where N is
   the number of I/O lines). Key presses and releases are detected by configuring
   only one line as output at a time, and reading other line states. This process
   is repeated for each line. Diodes are required to ensure current flows in only
-- 
2.54.0
Re: [PATCH] dt-bindings: input: fix bracket
Posted by Dmitry Torokhov 2 weeks ago
On Fri, Jul 10, 2026 at 11:01:53AM +0200, Manuel Ebner wrote:
> Add missing '('.
> 
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>

Applied, thank you.

-- 
Dmitry
Re: [PATCH] dt-bindings: input: fix bracket
Posted by Hugo Villeneuve 2 weeks, 1 day ago
On Fri, 10 Jul 2026 11:01:53 +0200
Manuel Ebner <manuelebner@mailbox.org> wrote:

> [You don't often get email from manuelebner@mailbox.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> Add missing '('.
> 
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>

Acked-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>

> ---
>  .../devicetree/bindings/input/gpio-charlieplex-keypad.yaml      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/input/gpio-charlieplex-keypad.yaml b/Documentation/devicetree/bindings/input/gpio-charlieplex-keypad.yaml
> index c085de6dab85..c6842c017934 100644
> --- a/Documentation/devicetree/bindings/input/gpio-charlieplex-keypad.yaml
> +++ b/Documentation/devicetree/bindings/input/gpio-charlieplex-keypad.yaml
> @@ -11,7 +11,7 @@ maintainers:
>    - Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
>  description: |
> -  The charlieplex keypad supports N^2)-N different key combinations (where N is
> +  The charlieplex keypad supports (N^2)-N different key combinations (where N is
>    the number of I/O lines). Key presses and releases are detected by configuring
>    only one line as output at a time, and reading other line states. This process
>    is repeated for each line. Diodes are required to ensure current flows in only
> --
> 2.54.0
> 


-- 
Hugo Villeneuve