aboutsummaryrefslogtreecommitdiff
path: root/Documentation/manual.txt
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-09-18 11:44:04 +1000
committerJon Loeliger <jdl@freescale.com>2007-09-18 09:43:26 -0500
commit63dc9c7113cd0fff60d04b05cd8053e70279f9d4 (patch)
tree6efb68f278e2f5b997cc28aae8e374c02a00d81c /Documentation/manual.txt
parent8d59bd3b17ba04dc9bc906742ebe74e69fb0d1ad (diff)
downloaddtc-63dc9c7113cd0fff60d04b05cd8053e70279f9d4.zip
dtc-63dc9c7113cd0fff60d04b05cd8053e70279f9d4.tar.gz
dtc-63dc9c7113cd0fff60d04b05cd8053e70279f9d4.tar.bz2
dtc: Whitespace cleanup
This large patch removes all trailing whitespace from dtc (including libfdt, the testsuite and documentation). It also removes a handful of redundant blank lines (at the end of functions, or when there are two blank lines together for no particular reason). As well as anything else, this means that quilt won't whinge when I go to convert the whole of libfdt into a patch to apply to the kernel. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'Documentation/manual.txt')
-rw-r--r--Documentation/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/manual.txt b/Documentation/manual.txt
index 1f720e9..b957662 100644
--- a/Documentation/manual.txt
+++ b/Documentation/manual.txt
@@ -140,7 +140,7 @@ Here is a very rough overview of the layout of a DTS source file:
memreserve: label 'memreserve' ADDR ADDR ';'
| label 'memreserve' ADDR '-' ADDR ';'
-
+
devicetree: '/' nodedef
nodedef: '{' list_of_property list_of_subnode '}' ';'