of: Correct of_phandle_args node reference in comments
The device_node pointer in struct of_phandle_args is called "np", not "node". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Grant Likely <grant.likely@linaro.org>
This commit is contained in:
parent
8cccffc526
commit
d94a75c133
1 changed files with 2 additions and 2 deletions
|
@ -1525,7 +1525,7 @@ EXPORT_SYMBOL(of_parse_phandle);
|
||||||
* Returns 0 on success and fills out_args, on error returns appropriate
|
* Returns 0 on success and fills out_args, on error returns appropriate
|
||||||
* errno value.
|
* errno value.
|
||||||
*
|
*
|
||||||
* Caller is responsible to call of_node_put() on the returned out_args->node
|
* Caller is responsible to call of_node_put() on the returned out_args->np
|
||||||
* pointer.
|
* pointer.
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
|
@ -1568,7 +1568,7 @@ EXPORT_SYMBOL(of_parse_phandle_with_args);
|
||||||
* Returns 0 on success and fills out_args, on error returns appropriate
|
* Returns 0 on success and fills out_args, on error returns appropriate
|
||||||
* errno value.
|
* errno value.
|
||||||
*
|
*
|
||||||
* Caller is responsible to call of_node_put() on the returned out_args->node
|
* Caller is responsible to call of_node_put() on the returned out_args->np
|
||||||
* pointer.
|
* pointer.
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
|
|
Loading…
Reference in a new issue