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 <colin.i.king@gmail.com> Reviewed-by: Frank Rowand <frowand.list@gmail.com> Link: https://lore.kernel.org/r/20230220144422.873356-1-colin.i.king@gmail.com Signed-off-by: Rob Herring <robh@kernel.org>
1 parent fb4b06f commit b4858dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)