OSDN Git Service

of/fdt: fix argument name and add comments of unflatten_dt_node()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Apr 2015 01:30:20 +0000 (10:30 +0900)
committerGrant Likely <grant.likely@linaro.org>
Thu, 4 Jun 2015 05:49:19 +0000 (14:49 +0900)
commitce32f859646bab2ed724393398b90aa50149bb44
tree84c180593c0a8d2b8633b0de8b93131a39eb34c4
parentc8fff7bc5bba6bd59cad40441c189c4efe7190f6
of/fdt: fix argument name and add comments of unflatten_dt_node()

Match the name of the third argument in the comment block
to the actual function: p -> poffset

Add missing comments about the arguments "nodepp" and "dryrun".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/fdt.c