[PATCH][next] liveupdate: luo_session: Fix spelling mistake "incompatibale" -> "incompatible"

From: Colin Ian King

Date: Wed Nov 12 2025 - 04:45:12 EST


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

Signed-off-by: Colin Ian King <coking@xxxxxxxxxx>
---
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