[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1382940761-30471-1-git-send-email-tushar.behera@linaro.org>
Date: Mon, 28 Oct 2013 11:42:41 +0530
From: Tushar Behera <tushar.behera@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: yadi.brar@...sung.com, lee.jones@...aro.org
Subject: [PATCH] Documentation: mfd: Fix typo in s2mps11.txt
Numbers in DT scripts should be within angle brackets.
Signed-off-by: Tushar Behera <tushar.behera@...aro.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists