of: dynamic: Fix spelling mistake "kojbect" -> "kobject"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 20 Feb 2023 14:44:22 +0000 (14:44 +0000)
committerRob Herring <robh@kernel.org>
Tue, 21 Feb 2023 16:22:04 +0000 (10:22 -0600)
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>
drivers/of/dynamic.c

index 12aa990189694f0e8172b06a53396f217d2b9b71..07d93753b12f5f4d2ccc0b6f00fa1e2aefef5bd6 100644 (file)
@@ -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;