[PATCH] Documentation: mfd: Fix typo in s2mps11.txt

From: Tushar Behera
Date: Mon Oct 28 2013 - 02:14:03 EST


Numbers in DT scripts should be within angle brackets.

Signed-off-by: Tushar Behera <tushar.behera@xxxxxxxxxx>
---
Documentation/devicetree/bindings/mfd/s2mps11.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt
index c9332c6..b886b07f 100644
--- a/Documentation/devicetree/bindings/mfd/s2mps11.txt
+++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt
@@ -71,7 +71,7 @@ Example:
reg = <0x66>;

s2m_osc: clocks{
- #clock-cells = 1;
+ #clock-cells = <1>;
clock-output-names = "xx", "yy", "zz";
};

--
1.7.9.5

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