public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: added missing semicolon in at25 dts example
@ 2014-07-15 13:20 Samarth Parikh
  2014-07-15 15:36 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Samarth Parikh @ 2014-07-15 13:20 UTC (permalink / raw)
  To: linux-doc, linux-kernel

Added a missing semicolon ";" in device tree structure
example of "EEPROMs (SPI) compatible with Atmel at25" in
documentation of device tree bindings.

Signed-off-by: Samarth Parikh <samarthp@ymail.com>
---
 Documentation/devicetree/bindings/misc/at25.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/misc/at25.txt b/Documentation/devicetree/bindings/misc/at25.txt
index 1d34471..cf830bd 100644
--- a/Documentation/devicetree/bindings/misc/at25.txt
+++ b/Documentation/devicetree/bindings/misc/at25.txt
@@ -24,7 +24,7 @@ Additional compatible properties are also allowed.
 Example:
 	at25@0 {
 		compatible = "atmel,at25", "st,m95256";
-		reg = <0>
+		reg = <0>;
 		spi-max-frequency = <5000000>;
 		spi-cpha;
 		spi-cpol;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-15 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15 13:20 [PATCH] Documentation: added missing semicolon in at25 dts example Samarth Parikh
2014-07-15 15:36 ` Randy Dunlap
2014-07-15 15:41   ` Mark Rutland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox