Skip to content

Commit b4858dc

Browse files
ColinIanKingrobherring
authored andcommitted
of: dynamic: Fix spelling mistake "kojbect" -> "kobject"
There is a spelling mistake in a pr_err message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Frank Rowand <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent fb4b06f commit b4858dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/of/dynamic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ void of_node_release(struct kobject *kobj)
350350
if (!IS_ENABLED(CONFIG_OF_UNITTEST) ||
351351
strcmp(node->parent->full_name, "testcase-data")) {
352352
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");
353+
pr_err("ERROR: next of_node_put() on this node will result in a kobject warning 'refcount_t: underflow; use-after-free.'\n");
354354
}
355355

356356
return;

0 commit comments

Comments
 (0)