Re: [PATCH] gpio: of: make example syntactically correct

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello!

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

The ';' was missing.

Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
---
  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



[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux