n2_crypto: Fix MAU kmem_cache name.
[deliverable/linux.git] / drivers / crypto / n2_core.c
index 1a5b1e709d6706fd3e400597faa120a390640718..5613b8affe11424295a51bbc9edfe02afc55afce 100644 (file)
@@ -1449,7 +1449,7 @@ static int queue_cache_init(void)
 {
        if (!queue_cache[HV_NCS_QTYPE_MAU - 1])
                queue_cache[HV_NCS_QTYPE_MAU - 1] =
-                       kmem_cache_create("cwq_queue",
+                       kmem_cache_create("mau_queue",
                                          (MAU_NUM_ENTRIES *
                                           MAU_ENTRY_SIZE),
                                          MAU_ENTRY_SIZE, 0, NULL);
This page took 0.029726 seconds and 5 git commands to generate.