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 <samar...@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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to