The ';' was missing.

Signed-off-by: Wolfram Sang <[email protected]>
---
 Documentation/devicetree/bindings/gpio/gpio.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/gpio.txt 
b/Documentation/devicetree/bindings/gpio/gpio.txt
index 802402f6cc5d89..53e0a0e01a4ee0 100644
--- a/Documentation/devicetree/bindings/gpio/gpio.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio.txt
@@ -33,11 +33,11 @@ The following example could be used to describe GPIO pins 
used as device enable
 and bit-banged data signals:
 
        gpio1: gpio1 {
-               gpio-controller
+               gpio-controller;
                 #gpio-cells = <2>;
        };
        gpio2: gpio2 {
-               gpio-controller
+               gpio-controller;
                 #gpio-cells = <1>;
        };
        [...]
-- 
2.11.0

Reply via email to