[Replicant] [libsamsung-ipc][PATCH] Fix IPC_SEC_LOCK_INFOMATION typo

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Thu Jun 11 08:06:41 UTC 2020


Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 include/sec.h           | 2 +-
 samsung-ipc/ipc_utils.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/sec.h b/include/sec.h
index c7c7000..da49dae 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -34,7 +34,7 @@
 #define IPC_SEC_RSIM_ACCESS                                     0x0505
 #define IPC_SEC_GSIM_ACCESS                                     0x0506
 #define IPC_SEC_SIM_ICC_TYPE                                    0x0507
-#define IPC_SEC_LOCK_INFOMATION                                 0x0508
+#define IPC_SEC_LOCK_INFORMATION                                0x0508
 #define IPC_SEC_IMS_AUTH                                        0x0509
 
 /*
diff --git a/samsung-ipc/ipc_utils.c b/samsung-ipc/ipc_utils.c
index 33860ce..9edf7b5 100644
--- a/samsung-ipc/ipc_utils.c
+++ b/samsung-ipc/ipc_utils.c
@@ -165,8 +165,8 @@ const char *ipc_command_string(unsigned short command)
             return "IPC_SEC_GSIM_ACCESS";
         case IPC_SEC_SIM_ICC_TYPE:
             return "IPC_SEC_SIM_ICC_TYPE";
-        case IPC_SEC_LOCK_INFOMATION:
-            return "IPC_SEC_LOCK_INFOMATION";
+        case IPC_SEC_LOCK_INFORMATION:
+            return "IPC_SEC_LOCK_INFORMATION";
         case IPC_SEC_IMS_AUTH:
             return "IPC_SEC_IMS_AUTH";
         case IPC_PB_ACCESS:
-- 
2.26.2



More information about the Replicant mailing list