diff options
Diffstat (limited to 'drivers/of/base.c')
-rw-r--r-- | drivers/of/base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c index 1f61a908a767..ea3c363ef085 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c | |||
@@ -1525,7 +1525,7 @@ EXPORT_SYMBOL(of_parse_phandle); | |||
1525 | * Returns 0 on success and fills out_args, on error returns appropriate | 1525 | * Returns 0 on success and fills out_args, on error returns appropriate |
1526 | * errno value. | 1526 | * errno value. |
1527 | * | 1527 | * |
1528 | * Caller is responsible to call of_node_put() on the returned out_args->node | 1528 | * Caller is responsible to call of_node_put() on the returned out_args->np |
1529 | * pointer. | 1529 | * pointer. |
1530 | * | 1530 | * |
1531 | * Example: | 1531 | * Example: |
@@ -1568,7 +1568,7 @@ EXPORT_SYMBOL(of_parse_phandle_with_args); | |||
1568 | * Returns 0 on success and fills out_args, on error returns appropriate | 1568 | * Returns 0 on success and fills out_args, on error returns appropriate |
1569 | * errno value. | 1569 | * errno value. |
1570 | * | 1570 | * |
1571 | * Caller is responsible to call of_node_put() on the returned out_args->node | 1571 | * Caller is responsible to call of_node_put() on the returned out_args->np |
1572 | * pointer. | 1572 | * pointer. |
1573 | * | 1573 | * |
1574 | * Example: | 1574 | * Example: |