summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Klauser2011-08-03 00:40:22 +0200
committerDmitry Torokhov2011-08-03 07:17:31 +0200
commit0a7a8fff7b8a3bc2d3528af07c9c88083250303d (patch)
treeb71b54a18de4d3de15dcac10a9be883a9521bd47
parentInput: mma8450 - add device tree probe support (diff)
downloadkernel-qcow2-linux-0a7a8fff7b8a3bc2d3528af07c9c88083250303d.tar.gz
kernel-qcow2-linux-0a7a8fff7b8a3bc2d3528af07c9c88083250303d.tar.xz
kernel-qcow2-linux-0a7a8fff7b8a3bc2d3528af07c9c88083250303d.zip
Input: gpio_keys - fix two typos in devicetree documentation
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r--Documentation/devicetree/bindings/gpio/gpio_keys.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio_keys.txt b/Documentation/devicetree/bindings/gpio/gpio_keys.txt
index 7190c99d7611..5c2c02140a62 100644
--- a/Documentation/devicetree/bindings/gpio/gpio_keys.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio_keys.txt
@@ -10,7 +10,7 @@ Optional properties:
Each button (key) is represented as a sub-node of "gpio-keys":
Subnode properties:
- - gpios: OF devcie-tree gpio specificatin.
+ - gpios: OF device-tree gpio specification.
- label: Descriptive name of the key.
- linux,code: Keycode to emit.