提交 a6bb121e 编写于 作者: F Frank Rowand 提交者: Grant Likely

of/unittest: typo in error string

Fix bug pointed out by checkpatch.

Splitting string incorrectly removed a space between two words.
Signed-off-by: NFrank Rowand <frank.rowand@sonymobile.com>
Signed-off-by: NGrant Likely <grant.likely@linaro.org>
上级 afaed7a9
...@@ -228,8 +228,9 @@ static void __init of_selftest_check_tree_linkage(void) ...@@ -228,8 +228,9 @@ static void __init of_selftest_check_tree_linkage(void)
child_count = of_selftest_check_node_linkage(of_root); child_count = of_selftest_check_node_linkage(of_root);
selftest(child_count > 0, "Device node data structure is corrupted\n"); selftest(child_count > 0, "Device node data structure is corrupted\n");
selftest(child_count == allnode_count, "allnodes list size (%i) doesn't match" selftest(child_count == allnode_count,
"sibling lists size (%i)\n", allnode_count, child_count); "allnodes list size (%i) doesn't match sibling lists size (%i)\n",
allnode_count, child_count);
pr_debug("allnodes list size (%i); sibling lists size (%i)\n", allnode_count, child_count); pr_debug("allnodes list size (%i); sibling lists size (%i)\n", allnode_count, child_count);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册