n2_crypto: Fix MAU kmem_cache name.

Both the CWQ and MAU caches unintentionally had that same name.

Signed-off-by: David S. Miller <davem@davemloft.net>

+1 -1
+1 -1
drivers/crypto/n2_core.c
··· 1449 1449 { 1450 1450 if (!queue_cache[HV_NCS_QTYPE_MAU - 1]) 1451 1451 queue_cache[HV_NCS_QTYPE_MAU - 1] = 1452 - kmem_cache_create("cwq_queue", 1452 + kmem_cache_create("mau_queue", 1453 1453 (MAU_NUM_ENTRIES * 1454 1454 MAU_ENTRY_SIZE), 1455 1455 MAU_ENTRY_SIZE, 0, NULL);