]> asedeno.scripts.mit.edu Git - linux.git/commit
of: unittest: add caution to function header comment
authorFrank Rowand <frank.rowand@sony.com>
Thu, 24 Jan 2019 23:22:14 +0000 (15:22 -0800)
committerRob Herring <robh@kernel.org>
Wed, 13 Feb 2019 18:13:03 +0000 (12:13 -0600)
commit89716dc353bdf1ab34c3a41d3f157ce28b4fbe7d
treed1191eebc415e5f7477908c967181eb9bb81912f
parentfd25ffdfd0b520f25d5c532e962dfc20d58cf4f5
of: unittest: add caution to function header comment

Name of function attach_node_and_children() is misleading because
if the node already exists in the livetree then only the node's
properties are attached.  This works for the existing test data,
but add comment warning of this misleading name.

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/unittest.c