We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4b06f commit b4858dcCopy full SHA for b4858dc
drivers/of/dynamic.c
@@ -350,7 +350,7 @@ void of_node_release(struct kobject *kobj)
350
if (!IS_ENABLED(CONFIG_OF_UNITTEST) ||
351
strcmp(node->parent->full_name, "testcase-data")) {
352
dump_stack();
353
- pr_err("ERROR: next of_node_put() on this node will result in a kboject warning 'refcount_t: underflow; use-after-free.'\n");
+ pr_err("ERROR: next of_node_put() on this node will result in a kobject warning 'refcount_t: underflow; use-after-free.'\n");
354
}
355
356
return;
0 commit comments