* [PATCH] dt-bindings: google,cros-ec-keyb: Fix spelling error
@ 2023-02-20 13:55 Linus Walleij
2023-02-21 9:45 ` Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Linus Walleij @ 2023-02-20 13:55 UTC (permalink / raw)
To: Dmitry Torokhov, linux-input
Cc: Benson Leung, Guenter Roeck, devicetree, chrome-platform,
Rob Herring, Krzysztof Kozlowski, Linus Walleij
The dependency had an obvious spelling error. Fix it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
.../devicetree/bindings/input/google,cros-ec-keyb.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml b/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml
index e05690b3e963..a8abdb39623b 100644
--- a/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml
+++ b/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml
@@ -45,7 +45,7 @@ properties:
when the keyboard has a custom design for the top row keys.
dependencies:
- function-row-phsymap: [ 'linux,keymap' ]
+ function-row-physmap: [ 'linux,keymap' ]
google,needs-ghost-filter: [ 'linux,keymap' ]
required:
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: google,cros-ec-keyb: Fix spelling error
2023-02-20 13:55 [PATCH] dt-bindings: google,cros-ec-keyb: Fix spelling error Linus Walleij
@ 2023-02-21 9:45 ` Krzysztof Kozlowski
2023-05-08 3:45 ` patchwork-bot+chrome-platform
2023-05-08 3:56 ` patchwork-bot+chrome-platform
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-21 9:45 UTC (permalink / raw)
To: Linus Walleij, Dmitry Torokhov, linux-input
Cc: Benson Leung, Guenter Roeck, devicetree, chrome-platform,
Rob Herring, Krzysztof Kozlowski
On 20/02/2023 14:55, Linus Walleij wrote:
> The dependency had an obvious spelling error. Fix it.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: google,cros-ec-keyb: Fix spelling error
2023-02-20 13:55 [PATCH] dt-bindings: google,cros-ec-keyb: Fix spelling error Linus Walleij
2023-02-21 9:45 ` Krzysztof Kozlowski
@ 2023-05-08 3:45 ` patchwork-bot+chrome-platform
2023-05-08 3:56 ` patchwork-bot+chrome-platform
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+chrome-platform @ 2023-05-08 3:45 UTC (permalink / raw)
To: Linus Walleij
Cc: dmitry.torokhov, linux-input, bleung, groeck, devicetree,
chrome-platform, robh+dt, krzysztof.kozlowski+dt
Hello:
This patch was applied to chrome-platform/linux.git (for-kernelci)
by Dmitry Torokhov <dmitry.torokhov@gmail.com>:
On Mon, 20 Feb 2023 14:55:31 +0100 you wrote:
> The dependency had an obvious spelling error. Fix it.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> .../devicetree/bindings/input/google,cros-ec-keyb.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- dt-bindings: google,cros-ec-keyb: Fix spelling error
https://git.kernel.org/chrome-platform/c/c6f3b684c2c4
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: google,cros-ec-keyb: Fix spelling error
2023-02-20 13:55 [PATCH] dt-bindings: google,cros-ec-keyb: Fix spelling error Linus Walleij
2023-02-21 9:45 ` Krzysztof Kozlowski
2023-05-08 3:45 ` patchwork-bot+chrome-platform
@ 2023-05-08 3:56 ` patchwork-bot+chrome-platform
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+chrome-platform @ 2023-05-08 3:56 UTC (permalink / raw)
To: Linus Walleij
Cc: dmitry.torokhov, linux-input, bleung, groeck, devicetree,
chrome-platform, robh+dt, krzysztof.kozlowski+dt
Hello:
This patch was applied to chrome-platform/linux.git (for-next)
by Dmitry Torokhov <dmitry.torokhov@gmail.com>:
On Mon, 20 Feb 2023 14:55:31 +0100 you wrote:
> The dependency had an obvious spelling error. Fix it.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> .../devicetree/bindings/input/google,cros-ec-keyb.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- dt-bindings: google,cros-ec-keyb: Fix spelling error
https://git.kernel.org/chrome-platform/c/c6f3b684c2c4
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-08 3:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 13:55 [PATCH] dt-bindings: google,cros-ec-keyb: Fix spelling error Linus Walleij
2023-02-21 9:45 ` Krzysztof Kozlowski
2023-05-08 3:45 ` patchwork-bot+chrome-platform
2023-05-08 3:56 ` patchwork-bot+chrome-platform
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).