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

Colin Ian King posted 1 patch 2 months, 3 weeks ago
kernel/liveupdate/luo_session.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] liveupdate: luo_session: Fix spelling mistake "incompatibale" -> "incompatible"
Posted by Colin Ian King 2 months, 3 weeks ago
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