devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] of: dynamic: Fix spelling mistake "kojbect" -> "kobject"
@ 2023-02-20 14:44 Colin Ian King
  2023-02-20 18:48 ` Frank Rowand
  2023-02-21 15:44 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2023-02-20 14:44 UTC (permalink / raw)
  To: Rob Herring, Frank Rowand, devicetree; +Cc: kernel-janitors, linux-kernel

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/of/dynamic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c
index 12aa99018969..07d93753b12f 100644
--- a/drivers/of/dynamic.c
+++ b/drivers/of/dynamic.c
@@ -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;
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-21 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 14:44 [PATCH][next] of: dynamic: Fix spelling mistake "kojbect" -> "kobject" Colin Ian King
2023-02-20 18:48 ` Frank Rowand
2023-02-21 15:44 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).