[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251112094506.11356-1-coking@nvidia.com>
Date: Wed, 12 Nov 2025 09:45:06 +0000
From: Colin Ian King <coking@...dia.com>
To: Pasha Tatashin <pasha.tatashin@...een.com>,
Pratyush Yadav <pratyush@...nel.org>
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH][next] liveupdate: luo_session: Fix spelling mistake "incompatibale" -> "incompatible"
There is a spelling mistake in a pr_err message. Fix it.
Signed-off-by: Colin Ian King <coking@...dia.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
Powered by blists - more mailing lists