“91419acf7819d8a0ca5f36b924f224c92f96eeb8”上不存在“...nouveau/nvkm/git@gitcode.net:openharmony/kernel_linux.git”
提交 d94a75c1 编写于 作者: G Geert Uytterhoeven 提交者: Grant Likely

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: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NGrant Likely <grant.likely@linaro.org>
上级 8cccffc5
...@@ -1525,7 +1525,7 @@ EXPORT_SYMBOL(of_parse_phandle); ...@@ -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); ...@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册