Explorar o código

Fix kernel warning

Author:    woachk <24752637+woachk@users.noreply.github.com>
woachk %!s(int64=6) %!d(string=hai) anos
pai
achega
8b775848b6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Pal/ipc/linux/graphene-ipc.c

+ 2 - 2
Pal/ipc/linux/graphene-ipc.c

@@ -982,7 +982,7 @@ static int __init gipc_init(void)
 #endif
 
 	/* Register the kmem cache */
-	gipc_queue_cachep = kmem_cache_create("gipc queue",
+	gipc_queue_cachep = kmem_cache_create("gipc_queue",
 					      sizeof(struct gipc_queue),
 					      0,
 					      SLAB_HWCACHE_ALIGN|
@@ -998,7 +998,7 @@ static int __init gipc_init(void)
 		return -ENOMEM;
 	}
 
-	gipc_send_buffer_cachep = kmem_cache_create("gipc send buffer",
+	gipc_send_buffer_cachep = kmem_cache_create("gipc_send_buffer",
 					    sizeof(struct gipc_send_buffer),
 					    0,
 					    SLAB_HWCACHE_ALIGN|