diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-22 05:44:55 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-11-04 11:43:14 -0500 |
commit | c0e848d8b878c1868914de7193423cb715d49400 (patch) | |
tree | b9420a5f082b98ffc7a1763a5d4edccd7c831853 /drivers | |
parent | c50949d3298d30f24a8eca1f9d5053f4d2b0a96e (diff) |
of: Remove spaces before tabs
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/of/base.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c index 8452e50f5755..6137f18d4244 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c | |||
@@ -592,9 +592,9 @@ EXPORT_SYMBOL(of_get_parent); | |||
592 | * of_get_next_parent - Iterate to a node's parent | 592 | * of_get_next_parent - Iterate to a node's parent |
593 | * @node: Node to get parent of | 593 | * @node: Node to get parent of |
594 | * | 594 | * |
595 | * This is like of_get_parent() except that it drops the | 595 | * This is like of_get_parent() except that it drops the |
596 | * refcount on the passed node, making it suitable for iterating | 596 | * refcount on the passed node, making it suitable for iterating |
597 | * through a node's parents. | 597 | * through a node's parents. |
598 | * | 598 | * |
599 | * Returns a node pointer with refcount incremented, use | 599 | * Returns a node pointer with refcount incremented, use |
600 | * of_node_put() on it when done. | 600 | * of_node_put() on it when done. |
@@ -1531,15 +1531,15 @@ EXPORT_SYMBOL(of_parse_phandle); | |||
1531 | * Example: | 1531 | * Example: |
1532 | * | 1532 | * |
1533 | * phandle1: node1 { | 1533 | * phandle1: node1 { |
1534 | * #list-cells = <2>; | 1534 | * #list-cells = <2>; |
1535 | * } | 1535 | * } |
1536 | * | 1536 | * |
1537 | * phandle2: node2 { | 1537 | * phandle2: node2 { |
1538 | * #list-cells = <1>; | 1538 | * #list-cells = <1>; |
1539 | * } | 1539 | * } |
1540 | * | 1540 | * |
1541 | * node3 { | 1541 | * node3 { |
1542 | * list = <&phandle1 1 2 &phandle2 3>; | 1542 | * list = <&phandle1 1 2 &phandle2 3>; |
1543 | * } | 1543 | * } |
1544 | * | 1544 | * |
1545 | * To get a device_node of the `node2' node you may call this: | 1545 | * To get a device_node of the `node2' node you may call this: |
@@ -1580,7 +1580,7 @@ EXPORT_SYMBOL(of_parse_phandle_with_args); | |||
1580 | * } | 1580 | * } |
1581 | * | 1581 | * |
1582 | * node3 { | 1582 | * node3 { |
1583 | * list = <&phandle1 0 2 &phandle2 2 3>; | 1583 | * list = <&phandle1 0 2 &phandle2 2 3>; |
1584 | * } | 1584 | * } |
1585 | * | 1585 | * |
1586 | * To get a device_node of the `node2' node you may call this: | 1586 | * To get a device_node of the `node2' node you may call this: |