lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200305223631.27550-1-j.neuschaefer@gmx.net>
Date:   Thu,  5 Mar 2020 23:36:30 +0100
From:   Jonathan Neuschäfer <j.neuschaefer@....net>
To:     devicetree@...r.kernel.org
Cc:     Jonathan Neuschäfer <j.neuschaefer@....net>,
        Lee Jones <lee.jones@...aro.org>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Benson Leung <bleung@...omium.org>,
        Enric Balletbo i Serra <enric.balletbo@...labora.com>,
        Guenter Roeck <groeck@...omium.org>,
        linux-kernel@...r.kernel.org
Subject: [PATCH] dt-bindings: mfd: cros-ec: Fix indentation in the example

Properties get one more level of indentation than the node they are in.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@....net>
---
 Documentation/devicetree/bindings/mfd/cros-ec.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/cros-ec.txt b/Documentation/devicetree/bindings/mfd/cros-ec.txt
index 4860eabd0f72..3bf9d0868b98 100644
--- a/Documentation/devicetree/bindings/mfd/cros-ec.txt
+++ b/Documentation/devicetree/bindings/mfd/cros-ec.txt
@@ -65,9 +65,9 @@ spi@...b0000 {
 		wakeup-source;
 		spi-max-frequency = <5000000>;
 		controller-data {
-		cs-gpio = <&gpf0 3 4 3 0>;
-		samsung,spi-cs;
-		samsung,spi-feedback-delay = <2>;
+			cs-gpio = <&gpf0 3 4 3 0>;
+			samsung,spi-cs;
+			samsung,spi-feedback-delay = <2>;
 		};
 	};
 };
--
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ