public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] liveupdate: luo_session: Fix spelling mistake "incompatibale" -> "incompatible"
@ 2025-11-12  9:45 Colin Ian King
  0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2025-11-12  9:45 UTC (permalink / raw)
  To: Pasha Tatashin, Pratyush Yadav; +Cc: kernel-janitors, linux-kernel

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

Signed-off-by: Colin Ian King <coking@nvidia.com>
---
 kernel/liveupdate/luo_session.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/liveupdate/luo_session.c b/kernel/liveupdate/luo_session.c
index ec526de83987..4924c091c08d 100644
--- a/kernel/liveupdate/luo_session.c
+++ b/kernel/liveupdate/luo_session.c
@@ -471,7 +471,7 @@ int __init luo_session_setup_incoming(void *fdt_in)
 	err = fdt_node_check_compatible(fdt_in, offset,
 					LUO_FDT_SESSION_COMPATIBLE);
 	if (err) {
-		pr_err("Session node incompatibale [%s]\n",
+		pr_err("Session node incompatible [%s]\n",
 		       LUO_FDT_SESSION_COMPATIBLE);
 		return -EINVAL;
 	}
-- 
2.51.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-12  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12  9:45 [PATCH][next] liveupdate: luo_session: Fix spelling mistake "incompatibale" -> "incompatible" Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox