Missing brace causing compilation error --- ipc/ipc_kmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c
index 2693db6f..8ab0e2ef 100644
--- a/ipc/ipc_kmsg.c
+++ b/ipc/ipc_kmsg.c
@@ -1410,7 +1410,7 @@ ipc_kmsg_copyin_body(
if (length == 0) {
data = 0;
- else {
+ } else {
data = kalloc(length);
if (data == 0)
goto invalid_memory;
--
2.53.0
