Hello!

On 12/22/2017 11:08 PM, Wolfram Sang wrote:

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>;

   Could as well remove extra space on this line...

        };
        gpio2: gpio2 {
-               gpio-controller
+               gpio-controller;
                 #gpio-cells = <1>;

   ... and this.

[...]

MBR, Sergei

Reply via email to