[PATCH 1/4] of: Correct of_phandle_args node reference in comments

2014-10-22 Thread Geert Uytterhoeven
The device_node pointer in struct of_phandle_args is called "np", not "node". Signed-off-by: Geert Uytterhoeven --- drivers/of/base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/of/base.c b/drivers/of/base.c index 2305dc0382bca0a5..e3f9043860c81b5d 100644 ---

[PATCH 1/4] of: Correct of_phandle_args node reference in comments

2014-10-22 Thread Geert Uytterhoeven
The device_node pointer in struct of_phandle_args is called np, not node. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- drivers/of/base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/of/base.c b/drivers/of/base.c index