Commit b4858dc6 authored by Colin Ian King's avatar Colin Ian King Committed by Rob Herring
Browse files

of: dynamic: Fix spelling mistake "kojbect" -> "kobject"



There is a spelling mistake in a pr_err message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarFrank Rowand <frowand.list@gmail.com>
Link: https://lore.kernel.org/r/20230220144422.873356-1-colin.i.king@gmail.com


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent fb4b06f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,7 +350,7 @@ void of_node_release(struct kobject *kobj)
		if (!IS_ENABLED(CONFIG_OF_UNITTEST) ||
		    strcmp(node->parent->full_name, "testcase-data")) {
			dump_stack();
			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");
		}

		return;